mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix formatting for r323876. NFC
llvm-svn: 323878
This commit is contained in:
parent
d02cedcdd4
commit
079ff9a80c
@ -125,12 +125,12 @@ ARMLegalizerInfo::ARMLegalizerInfo(const ARMSubtarget &ST) {
|
||||
|
||||
// We're keeping these builders around because we'll want to add support for
|
||||
// floating point to them.
|
||||
auto &LoadStoreBuilder = getActionDefinitionsBuilder({G_LOAD, G_STORE}).legalForCartesianProduct(
|
||||
{s1, s8, s16, s32, p0}, {p0});
|
||||
auto &LoadStoreBuilder =
|
||||
getActionDefinitionsBuilder({G_LOAD, G_STORE})
|
||||
.legalForCartesianProduct({s1, s8, s16, s32, p0}, {p0});
|
||||
|
||||
auto &PhiBuilder = getActionDefinitionsBuilder(G_PHI)
|
||||
.legalFor({s32, p0})
|
||||
.minScalar(0, s32);
|
||||
auto &PhiBuilder =
|
||||
getActionDefinitionsBuilder(G_PHI).legalFor({s32, p0}).minScalar(0, s32);
|
||||
|
||||
if (!ST.useSoftFloat() && ST.hasVFP2()) {
|
||||
getActionDefinitionsBuilder(
|
||||
|
Loading…
x
Reference in New Issue
Block a user