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:
00c2970
)
Typo
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 5 Jan 2007 08:32:24 +0000
(08:32 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 5 Jan 2007 08:32:24 +0000
(08:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32902
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 676607bb4aa038c5fd6f477fb32cf669b9ebe937..97ee6ff85016f4d5f44c629c2734250955340bf5 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-4144,7
+4144,7
@@
SDOperand X86TargetLowering::LowerFCOPYSIGN(SDOperand Op, SelectionDAG &DAG) {
Constant *CS = ConstantStruct::get(CV);
SDOperand CPIdx = DAG.getConstantPool(CS, getPointerTy(), 4);
std::vector<MVT::ValueType> Tys;
- Tys.push_back(VT);
+ Tys.push_back(
Src
VT);
Tys.push_back(MVT::Other);
SmallVector<SDOperand, 3> Ops;
Ops.push_back(DAG.getEntryNode());