mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 02:44:32 +00:00
Make the default min align of CreateStackTemporary to be 1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53036 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4bdcb61af3
commit
6ed2d1ecdb
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user