summaryrefslogtreecommitdiffstats
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
commit6c528bc7ae6b8cf7c3e0ff351fb56f357b6c9745 (patch)
tree5c91b0ac25baff525b894fa4abae9dd5f4113c77
parente813cbaa21c4f090f8b79a611f49480011f25298 (diff)
downloadbcm5719-llvm-6c528bc7ae6b8cf7c3e0ff351fb56f357b6c9745.tar.gz
bcm5719-llvm-6c528bc7ae6b8cf7c3e0ff351fb56f357b6c9745.zip
Make this test platform neutral.
llvm-svn: 79447
-rw-r--r--llvm/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll b/llvm/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll
index 447b06483d3..8fa27eb6822 100644
--- a/llvm/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud