aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-07-03 18:20:14 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-07-03 18:20:14 +0000
commita122f2f51e4cc9edc5f1c4020e51909b585a0f90 (patch)
treef9bbf7acc9d080593c1c3427a22cd97f9975c626 /include
parentcb2627395d995e7727711c3319303183cb741ef3 (diff)
downloadexternal_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.h5
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,