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:
f54ad97
)
Fix a comment that referred to the now defunct ubyte type.
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 3 Jan 2007 17:24:59 +0000
(17:24 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Wed, 3 Jan 2007 17:24:59 +0000
(17:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32840
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index ca9cfcdea76966fb23a10d09654d5c7370a77777..b7520d45c9e0cf72795d3fb6148dcfdb835f3caf 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-4453,7
+4453,7
@@
SDOperand X86TargetLowering::LowerMEMSET(SDOperand Op, SelectionDAG &DAG) {
Entry.Ty = IntPtrTy;
Entry.isSigned = false;
Args.push_back(Entry);
- // Extend the u
byte
argument to be an int value for the call.
+ // Extend the u
nsigned i8
argument to be an int value for the call.
Entry.Node = DAG.getNode(ISD::ZERO_EXTEND, MVT::i32, Op.getOperand(2));
Entry.Ty = IntPtrTy;
Entry.isSigned = false;