Rename SDOperand to SDValue.
[oota-llvm.git] / lib / Transforms / Scalar / CodeGenPrepare.cpp
index e5d4947465385551a094e0b5c4704617cada6eb8..da0d287817c9227e8c59bcb7cf744d87ec718c6b 100644 (file)
@@ -963,7 +963,7 @@ bool CodeGenPrepare::OptimizeInlineAsmInst(Instruction *I, CallSite CS,
     }
 
     // Compute the constraint code and ConstraintType to use.
-    TLI->ComputeConstraintToUse(OpInfo, SDOperand());
+    TLI->ComputeConstraintToUse(OpInfo, SDValue());
 
     if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
         OpInfo.isIndirect) {