aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/store-narrow.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-06-18 01:05:21 +0000
committerDan Gohman <gohman@apple.com>2010-06-18 01:05:21 +0000
commit8a7f7426eeb18fef58c3471db23fc829b67bc350 (patch)
treec09b3eb1b448651efb494764ea9c9a6eeb843ed7 /test/CodeGen/X86/store-narrow.ll
parent4f46e14b8ab3861a8dbea14ed70cb9527ae24a06 (diff)
downloadexternal_llvm-8a7f7426eeb18fef58c3471db23fc829b67bc350.zip
external_llvm-8a7f7426eeb18fef58c3471db23fc829b67bc350.tar.gz
external_llvm-8a7f7426eeb18fef58c3471db23fc829b67bc350.tar.bz2
Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass,
which is faster, simpler, and less surprising. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/store-narrow.ll')
-rw-r--r--test/CodeGen/X86/store-narrow.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/store-narrow.ll b/test/CodeGen/X86/store-narrow.ll
index b1100fa..5682e7c 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: movzwl 8(%esp), %eax
+; X32: movl 8(%esp), %eax
; X32: movw %ax, 2(%{{.*}})
}