summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-04-17-CoalescerBug.ll
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-08-05 18:19:14 +0000
committerOwen Anderson <resistor@mac.com>2008-08-05 18:19:14 +0000
commitb6634e9e27ad2f56039ffa31c6b651edd623156c (patch)
tree3f20c22bb9e9a2160a5f87264d2260e04736a4c6 /test/CodeGen/X86/2008-04-17-CoalescerBug.ll
parent551ddf718cd50e044a2845225b10310eeb9bdef9 (diff)
downloadllvm-b6634e9e27ad2f56039ffa31c6b651edd623156c.tar.gz
llvm-b6634e9e27ad2f56039ffa31c6b651edd623156c.tar.bz2
llvm-b6634e9e27ad2f56039ffa31c6b651edd623156c.tar.xz
Update the remaining tests not to use -disable-correct-folding, and remove two
that couldn't be updated. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-04-17-CoalescerBug.ll')
-rw-r--r--test/CodeGen/X86/2008-04-17-CoalescerBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-04-17-CoalescerBug.ll b/test/CodeGen/X86/2008-04-17-CoalescerBug.ll
index 47dd411725..c69ff332c2 100644
--- a/test/CodeGen/X86/2008-04-17-CoalescerBug.ll
+++ b/test/CodeGen/X86/2008-04-17-CoalescerBug.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -disable-correct-folding | grep xorl | grep {%e}
+; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | grep xorl | grep {%e}
; Make sure xorl operands are 32-bit registers.
%struct.tm = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i8* }