summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-27 21:46:04 +0000
committerDan Gohman <gohman@apple.com>2008-07-27 21:46:04 +0000
commit2ce6f2ad5e1c65e6e55feec20a14bfbea389e4de (patch)
tree1ea0dfbe1eb60ec07ea25b0b877604567885512b /llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
parent91e5dcb68054d2e481863528ba15b69b6821b50b (diff)
downloadbcm5719-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.cpp2
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) {
OpenPOWER on IntegriCloud