diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/twoaddr-coalesce-3.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/twoaddr-coalesce-3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/twoaddr-coalesce-3.ll b/llvm/test/CodeGen/X86/twoaddr-coalesce-3.ll index b53ff00dfab..002ad63d391 100644 --- a/llvm/test/CodeGen/X86/twoaddr-coalesce-3.ll +++ b/llvm/test/CodeGen/X86/twoaddr-coalesce-3.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-- -relocation-model=pic | FileCheck %s +; RUN: llc < %s -mtriple=i686-- -relocation-model=pic | FileCheck %s ; This test is to ensure the TwoAddrInstruction pass chooses the proper operands to ; merge and generates fewer mov insns. |