summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-08-19 18:51:45 +0000
committerBill Wendling <isanbard@gmail.com>2009-08-19 18:51:45 +0000
commitef01ab09734580410e6502c2b91c2ad3a1340949 (patch)
treeac4494ed3678303a855b003f52d287b3c27e2a20 /test
parentd14787e49777888eb7c685c0d5803044e7b7971a (diff)
downloadllvm-ef01ab09734580410e6502c2b91c2ad3a1340949.tar.gz
llvm-ef01ab09734580410e6502c2b91c2ad3a1340949.tar.bz2
llvm-ef01ab09734580410e6502c2b91c2ad3a1340949.tar.xz
Make this test platform neutral.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll b/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll
index 447b06483d..8fa27eb682 100644
--- a/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll
+++ b/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | FileCheck %s
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-pc-linux | FileCheck %s
@a = external global i96, align 4
@b = external global i64, align 8