diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-27 21:46:04 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-27 21:46:04 +0000 |
commit | 2ce6f2ad5e1c65e6e55feec20a14bfbea389e4de (patch) | |
tree | 1ea0dfbe1eb60ec07ea25b0b877604567885512b /llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp | |
parent | 91e5dcb68054d2e481863528ba15b69b6821b50b (diff) | |
download | bcm5719-llvm-2ce6f2ad5e1c65e6e55feec20a14bfbea389e4de.tar.gz bcm5719-llvm-2ce6f2ad5e1c65e6e55feec20a14bfbea389e4de.zip |
Rename SDOperand to SDValue.
llvm-svn: 54128
Diffstat (limited to 'llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp b/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp index e5d49474653..da0d287817c 100644 --- a/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp +++ b/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp @@ -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) { |