commit | 49b2803ec227cd196f896138e9e16ea19eead92e | [log] [tgz] |
---|---|---|
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Wed May 04 23:54:59 2011 +0000 |
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Wed May 04 23:54:59 2011 +0000 |
tree | e3a152d27815b77028ca7cd63d2afa0c8d576f3f | |
parent | 4f5de9bb406f93e9a20c2ce19b00f5fc2683cc9c [diff] [blame] |
Prepare remaining tests for -join-physreg going away. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130893 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/coalescer-commute2.ll b/test/CodeGen/X86/coalescer-commute2.ll index 7306920..6e5c1cf 100644 --- a/test/CodeGen/X86/coalescer-commute2.ll +++ b/test/CodeGen/X86/coalescer-commute2.ll
@@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-linux -join-physregs | FileCheck %s ; CHECK-NOT: mov ; CHECK: paddw ; CHECK-NOT: mov