summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-06-21 19:56:27 +0000
committerDan Gohman <gohman@apple.com>2010-06-21 19:56:27 +0000
commit2dd1d3d1823d83f405ffd88e7d40440330ad7590 (patch)
tree669f71e05b273e6bb097e8a20601e2786b15b2a2
parent090e4e57732eb7aee7054698d8a1ed8a5378baff (diff)
downloadbcm5719-llvm-2dd1d3d1823d83f405ffd88e7d40440330ad7590.tar.gz
bcm5719-llvm-2dd1d3d1823d83f405ffd88e7d40440330ad7590.zip
Make this test more robust in case LLVM ever decides to align the global
variable differently. llvm-svn: 106454
-rw-r--r--llvm/test/CodeGen/X86/vec_shuffle-6.ll2
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]
OpenPOWER on IntegriCloud