Skip to content

Commit 7910fe6

Browse files
committed
remove comments
1 parent 0239fb3 commit 7910fe6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/PowerPC/PPCInstrFuture.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ let Predicates = [HasVSX, IsISAFuture] in {
8484
}
8585

8686
// Load/Store VSX Vector with Right Length Left-justified.
87-
// foreach Ty = [v4i32, v2i64, v128i1] in {
8887
foreach Ty = [v4i32, v2i64] in {
8988
def : Pat<(Ty (int_ppc_vsx_lxvrl addr:$RA, i64:$RB)),
9089
(LXVRL memr:$RA, g8rc:$RB)>;

0 commit comments

Comments
 (0)