diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-01-05 08:32:24 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-01-05 08:32:24 +0000 |
commit | 8c7094a7704f3431e1b44befe69c29333d4f13a1 (patch) | |
tree | 379f40d1fc15883f59a866e9e3e9b6ea0efbf9d3 /llvm/lib | |
parent | e8345f2445b7c7ccc94b88e907b1b4cd2ad9eb6f (diff) | |
download | bcm5719-llvm-8c7094a7704f3431e1b44befe69c29333d4f13a1.tar.gz bcm5719-llvm-8c7094a7704f3431e1b44befe69c29333d4f13a1.zip |
Typo
llvm-svn: 32902
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 676607bb4aa..97ee6ff8501 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/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(SrcVT); Tys.push_back(MVT::Other); SmallVector<SDOperand, 3> Ops; Ops.push_back(DAG.getEntryNode()); |