mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-15 06:18:50 +00:00
Fix some funky formatting that got through.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116653 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07fda9f9b6
commit
47650ece37
@ -819,7 +819,9 @@ bool ARMFastISel::ARMEmitStore(EVT VT, unsigned SrcReg,
|
||||
VT = MVT::i32;
|
||||
StrOpc = isThumb ? ARM::t2STRHi8 : ARM::STRH;
|
||||
break;
|
||||
case MVT::i32: StrOpc = isThumb ? ARM::t2STRi8 : ARM::STR; break;
|
||||
case MVT::i32:
|
||||
StrOpc = isThumb ? ARM::t2STRi8 : ARM::STR;
|
||||
break;
|
||||
case MVT::f32:
|
||||
if (!Subtarget->hasVFP2()) return false;
|
||||
StrOpc = ARM::VSTRS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user