From b2b5dc642cbbe781f73b9da83874d4005c50bd8e Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Tue, 25 Jun 2013 02:48:58 +0000 Subject: Revert "Temporarily enable MI-Sched on X86." This reverts commit 98a9b72e8c56dc13a2617de84503a3d78352789c. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184823 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/fold-load.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen/X86/fold-load.ll') diff --git a/test/CodeGen/X86/fold-load.ll b/test/CodeGen/X86/fold-load.ll index fc80968128..d8366654c0 100644 --- a/test/CodeGen/X86/fold-load.ll +++ b/test/CodeGen/X86/fold-load.ll @@ -38,10 +38,10 @@ L: store i16 %A, i16* %Q ret i32 %D - + ; CHECK: test2: ; CHECK: movl 4(%esp), %eax -; CHECK-NEXT: movzwl (%eax), %e{{..}} +; CHECK-NEXT: movzwl (%eax), %ecx } -- cgit v1.2.3