commit | 8181bd1f95ae9994edb390dd9acd0b7b12375219 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sun Jul 27 21:46:04 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sun Jul 27 21:46:04 2008 +0000 |
tree | adeddbc1f7871c2215b6ca4d9d914eee53a33961 | |
parent | 0c97f1da6784c4097fd6c9d1a15813ad9802cc5b [diff] [blame] |
Rename SDOperand to SDValue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54128 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/CodeGenPrepare.cpp b/lib/Transforms/Scalar/CodeGenPrepare.cpp index e5d4947..da0d287 100644 --- a/lib/Transforms/Scalar/CodeGenPrepare.cpp +++ b/lib/Transforms/Scalar/CodeGenPrepare.cpp
@@ -963,7 +963,7 @@ } // Compute the constraint code and ConstraintType to use. - TLI->ComputeConstraintToUse(OpInfo, SDOperand()); + TLI->ComputeConstraintToUse(OpInfo, SDValue()); if (OpInfo.ConstraintType == TargetLowering::C_Memory && OpInfo.isIndirect) {