aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/shift-folding.ll5
-rw-r--r--test/CodeGen/X86/store-narrow.ll2
2 files changed, 1 insertions, 6 deletions
diff --git a/test/CodeGen/X86/shift-folding.ll b/test/CodeGen/X86/shift-folding.ll
index 48ca36c..872817f 100644
--- a/test/CodeGen/X86/shift-folding.ll
+++ b/test/CodeGen/X86/shift-folding.ll
@@ -21,8 +21,3 @@ define i32* @test3(i32* %P, i32 %X) {
ret i32* %P2
}
-define fastcc i32 @test4(i32* %d) nounwind {
- %tmp4 = load i32* %d
- %tmp512 = lshr i32 %tmp4, 24
- ret i32 %tmp512
-}
diff --git a/test/CodeGen/X86/store-narrow.ll b/test/CodeGen/X86/store-narrow.ll
index 5682e7c..b1100fa 100644
--- a/test/CodeGen/X86/store-narrow.ll
+++ b/test/CodeGen/X86/store-narrow.ll
@@ -67,7 +67,7 @@ entry:
; X64: movw %si, 2(%rdi)
; X32: test4:
-; X32: movl 8(%esp), %eax
+; X32: movzwl 8(%esp), %eax
; X32: movw %ax, 2(%{{.*}})
}