[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp
Evan Cheng
evan.cheng at apple.com
Fri Jan 5 00:32:52 PST 2007
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.311 -> 1.312
---
Log message:
Typo
---
Diffs of the changes: (+1 -1)
X86ISelLowering.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86ISelLowering.cpp
diff -u llvm/lib/Target/X86/X86ISelLowering.cpp:1.311 llvm/lib/Target/X86/X86ISelLowering.cpp:1.312
--- llvm/lib/Target/X86/X86ISelLowering.cpp:1.311 Fri Jan 5 01:55:56 2007
+++ llvm/lib/Target/X86/X86ISelLowering.cpp Fri Jan 5 02:32:24 2007
@@ -4144,7 +4144,7 @@
Constant *CS = ConstantStruct::get(CV);
SDOperand CPIdx = DAG.getConstantPool(CS, getPointerTy(), 4);
std::vector<MVT::ValueType> Tys;
- Tys.push_back(VT);
+ Tys.push_back(SrcVT);
Tys.push_back(MVT::Other);
SmallVector<SDOperand, 3> Ops;
Ops.push_back(DAG.getEntryNode());
More information about the llvm-commits
mailing list