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 | ef01ab09734580410e6502c2b91c2ad3a1340949 (patch) | |
tree | ac4494ed3678303a855b003f52d287b3c27e2a20 /test/CodeGen | |
parent | d14787e49777888eb7c685c0d5803044e7b7971a (diff) | |
download | external_llvm-ef01ab09734580410e6502c2b91c2ad3a1340949.zip external_llvm-ef01ab09734580410e6502c2b91c2ad3a1340949.tar.gz external_llvm-ef01ab09734580410e6502c2b91c2ad3a1340949.tar.bz2 |
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/CodeGen')
-rw-r--r-- | test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll | 2 |
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 447b064..8fa27eb 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 |