diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-08-19 18:51:45 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-08-19 18:51:45 +0000 |
commit | 6c528bc7ae6b8cf7c3e0ff351fb56f357b6c9745 (patch) | |
tree | 5c91b0ac25baff525b894fa4abae9dd5f4113c77 | |
parent | e813cbaa21c4f090f8b79a611f49480011f25298 (diff) | |
download | bcm5719-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.ll | 2 |
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 |