diff options
| author | Dan Gohman <gohman@apple.com> | 2010-04-02 01:26:13 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-04-02 01:26:13 +0000 |
| commit | 8ceeeb444e6cfd4293da5d4b0e2ffc55e6694207 (patch) | |
| tree | c6a44fceabf26d4d1959653dd27aaab3a7a08bc0 /llvm | |
| parent | ffb9c71174e68e16223857ef77b8b4e2e08005ab (diff) | |
| download | bcm5719-llvm-8ceeeb444e6cfd4293da5d4b0e2ffc55e6694207.tar.gz bcm5719-llvm-8ceeeb444e6cfd4293da5d4b0e2ffc55e6694207.zip | |
Remove this initializer so that the optimizer doesn't convert
unaligned loads into aligned loads.
llvm-svn: 100166
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/vec_shuffle-6.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuffle-6.ll b/llvm/test/CodeGen/X86/vec_shuffle-6.ll index f034b0aa710..28fd59b29dd 100644 --- a/llvm/test/CodeGen/X86/vec_shuffle-6.ll +++ b/llvm/test/CodeGen/X86/vec_shuffle-6.ll @@ -4,7 +4,7 @@ ; RUN: grep movups %t | count 2 target triple = "i686-apple-darwin" -@x = global [4 x i32] [ i32 1, i32 2, i32 3, i32 4 ] ; <[4 x i32]*> [#uses=4] +@x = external global [4 x i32] define <2 x i64> @test1() { %tmp = load i32* getelementptr ([4 x i32]* @x, i32 0, i32 0) ; <i32> [#uses=1] |

