summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-04-30 03:11:48 +0000
committerDan Gohman <gohman@apple.com>2009-04-30 03:11:48 +0000
commitdb3a57ec5cbf25797b087c074b1aa7c2aab6d3a0 (patch)
tree910673b233c9e4cdb43602891951f86bc3955082 /llvm/lib
parent0a415ec50c0079d84c5a97326d465a1a2ac43fab (diff)
downloadbcm5719-llvm-db3a57ec5cbf25797b087c074b1aa7c2aab6d3a0.tar.gz
bcm5719-llvm-db3a57ec5cbf25797b087c074b1aa7c2aab6d3a0.zip
Set mayLoad on MOVZX32_NOREXrm8 too.
llvm-svn: 70466
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td
index 218faad95c6..33e0a3d67d2 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.td
+++ b/llvm/lib/Target/X86/X86InstrInfo.td
@@ -2939,6 +2939,7 @@ def MOVZX32_NOREXrr8 : I<0xB6, MRMSrcReg,
(outs GR32_NOREX:$dst), (ins GR8:$src),
"movz{bl|x}\t{$src, $dst|$dst, $src} # NOREX",
[]>, TB;
+let mayLoad = 1 in
def MOVZX32_NOREXrm8 : I<0xB6, MRMSrcMem,
(outs GR32_NOREX:$dst), (ins i8mem:$src),
"movz{bl|x}\t{$src, $dst|$dst, $src} # NOREX",
OpenPOWER on IntegriCloud