diff options
Diffstat (limited to 'test/CodeGen/X86/constant-hoisting-and.ll')
-rw-r--r-- | test/CodeGen/X86/constant-hoisting-and.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/constant-hoisting-and.ll b/test/CodeGen/X86/constant-hoisting-and.ll index 611445f4a249..416a216d8fef 100644 --- a/test/CodeGen/X86/constant-hoisting-and.ll +++ b/test/CodeGen/X86/constant-hoisting-and.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -O3 -march=x86-64 |FileCheck %s +; RUN: llc < %s -O3 -mtriple=x86_64-- |FileCheck %s define i64 @foo(i1 %z, i64 %data1, i64 %data2) { ; If constant 4294967294 is hoisted to a variable, then we won't be able to use |