diff options
Diffstat (limited to 'test/CodeGen/X86/float-conv-elim.ll')
-rw-r--r-- | test/CodeGen/X86/float-conv-elim.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/float-conv-elim.ll b/test/CodeGen/X86/float-conv-elim.ll index 3feff851d91a2..7ccad2b80c8bc 100644 --- a/test/CodeGen/X86/float-conv-elim.ll +++ b/test/CodeGen/X86/float-conv-elim.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86-64 -mcpu=x86-64 < %s | FileCheck %s +; RUN: llc -mtriple=i686-unknown-linux-gnu -march=x86-64 -mcpu=x86-64 < %s | FileCheck %s ; Make sure the float conversion is folded away as it should be. ; CHECK-LABEL: foo |