diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-26 18:30:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-26 18:30:45 +0000 |
commit | f74e25f60c8c63b819ff603cb4c3c18424dc87a7 (patch) | |
tree | 27618d33d803dd7a7239da94ac0861517e3a1d58 /test/CodeGen/X86/unaligned-load.ll | |
parent | 8581c260d3595fd78ce9f1585c85bea545fce5f3 (diff) |
Revert r102300/102301, which serious broke objc apps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/unaligned-load.ll')
-rw-r--r-- | test/CodeGen/X86/unaligned-load.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/X86/unaligned-load.ll b/test/CodeGen/X86/unaligned-load.ll index a99af0605b1..e210531068e 100644 --- a/test/CodeGen/X86/unaligned-load.ll +++ b/test/CodeGen/X86/unaligned-load.ll @@ -28,9 +28,8 @@ return: declare void @llvm.memcpy.i64(i8* nocapture, i8* nocapture, i64, i32) nounwind -; CORE2: .section -; CORE2: .align 4 +; CORE2: .align 3 ; CORE2-NEXT: _.str1: ; CORE2-NEXT: .asciz "DHRYSTONE PROGRAM, SOME STRING" -; CORE2: .align 4 +; CORE2: .align 3 ; CORE2-NEXT: _.str3: |