projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bdcb61
)
Make the default min align of CreateStackTemporary to be 1
author
Mon P Wang
<wangmp@apple.com>
Wed, 2 Jul 2008 17:50:10 +0000
(17:50 +0000)
committer
Mon P Wang
<wangmp@apple.com>
Wed, 2 Jul 2008 17:50:10 +0000
(17:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53036
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAG.h
b/include/llvm/CodeGen/SelectionDAG.h
index d0be1a8cc72e54232bd26ee8295569119ba11e23..916cbf28dafdcf395690e83bfc7cb6675182378d 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAG.h
+++ b/
include/llvm/CodeGen/SelectionDAG.h
@@
-582,7
+582,7
@@
public:
/// 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 =
0
);
+ SDOperand CreateStackTemporary(MVT VT, unsigned minAlign =
1
);
/// FoldSetCC - Constant fold a setcc to true or false.
SDOperand FoldSetCC(MVT VT, SDOperand N1,