Remove this initializer so that the optimizer doesn't convert

unaligned loads into aligned loads.

llvm-svn: 100166
This commit is contained in:
Dan Gohman 2010-04-02 01:26:13 +00:00
parent ffb9c71174
commit 8ceeeb444e
1 changed files with 1 additions and 1 deletions

View File

@ -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]