Skip to content

Commit 3e26d2e

Browse files
committed
remove extra spacing
1 parent 945400d commit 3e26d2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/PowerPC/PPCInstrFuture.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ class VXForm_VRTAB5<bits<11> xo, dag OOL, dag IOL, string asmstr,
120120
let Inst{21 -31} = xo;
121121
}
122122

123-
124123
let Predicates = [IsISAFuture] in {
125124
defm SUBFUS : XOForm_RTAB5_L1r<31, 72, (outs g8rc:$RT),
126125
(ins g8rc:$RA, g8rc:$RB, u1imm:$L),
@@ -158,7 +157,6 @@ let Predicates = [HasVSX, IsISAFuture] in {
158157
"stxvprll $XTp, $addr, $RB", IIC_LdStLFD, []>;
159158
}
160159

161-
162160
def VUPKHSNTOB : VXForm_VRTB5<387, 0, (outs vrrc:$VRT), (ins vrrc:$VRB),
163161
"vupkhsntob $VRT, $VRB", []>;
164162
def VUPKLSNTOB : VXForm_VRTB5<387, 1, (outs vrrc:$VRT), (ins vrrc:$VRB),

0 commit comments

Comments
 (0)