Typo
authorEvan Cheng <evan.cheng@apple.com>
Fri, 5 Jan 2007 08:32:24 +0000 (08:32 +0000)
committerEvan 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

index 676607bb4aa038c5fd6f477fb32cf669b9ebe937..97ee6ff85016f4d5f44c629c2734250955340bf5 100644 (file)
@@ -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());