projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c75ef9
)
Fixed a typo: line 2323: MOVSX16rm8 -> MOVZX16rm8. This was the cause fo 12/14/2005...
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 14 Dec 2005 22:28:18 +0000
(22:28 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Wed, 14 Dec 2005 22:28:18 +0000
(22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24717
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86ISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelPattern.cpp
b/lib/Target/X86/X86ISelPattern.cpp
index 6132c942d62c0b9cd5cab89dbecbc5f336aa344c..9f3bb81d3823e7b7e25ed845b6e2e12bd514034c 100644
(file)
--- a/
lib/Target/X86/X86ISelPattern.cpp
+++ b/
lib/Target/X86/X86ISelPattern.cpp
@@
-2332,7
+2332,7
@@
unsigned ISel::SelectExpr(SDOperand N) {
case MVT::i16:
assert(cast<VTSDNode>(Node->getOperand(3))->getVT() <= MVT::i8 &&
"Bad zero extend!");
- addFullAddress(BuildMI(BB, X86::MOV
S
X16rm8, 5, Result), AM);
+ addFullAddress(BuildMI(BB, X86::MOV
Z
X16rm8, 5, Result), AM);
break;
case MVT::i8:
assert(cast<VTSDNode>(Node->getOperand(3))->getVT() == MVT::i1 &&