diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-07-03 18:20:14 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-07-03 18:20:14 +0000 |
commit | a122f2f51e4cc9edc5f1c4020e51909b585a0f90 (patch) | |
tree | f9bbf7acc9d080593c1c3427a22cd97f9975c626 /include | |
parent | cb2627395d995e7727711c3319303183cb741ef3 (diff) | |
download | external_llvm-a122f2f51e4cc9edc5f1c4020e51909b585a0f90.tar.gz external_llvm-a122f2f51e4cc9edc5f1c4020e51909b585a0f90.tar.bz2 external_llvm-a122f2f51e4cc9edc5f1c4020e51909b585a0f90.zip |
Backed out 53031.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53110 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index 58883e5709..7ebc698bad 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -589,9 +589,8 @@ public: void dump() const; /// CreateStackTemporary - Create a stack temporary, suitable for holding the - /// specified value type. If minAlign is specified, the slot size will have - /// at least that alignment. - SDOperand CreateStackTemporary(MVT VT, unsigned minAlign = 1); + /// specified value type. + SDOperand CreateStackTemporary(MVT VT); /// FoldSetCC - Constant fold a setcc to true or false. SDOperand FoldSetCC(MVT VT, SDOperand N1, |