Skip to content

Commit 027f1da

Browse files
committed
[mips] Add an empty line to separate different patterns. NFC
llvm-svn: 370269
1 parent 59bb360 commit 027f1da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/Mips/Mips64InstrInfo.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ def : MipsPat<(MipsTlsHi tglobaltlsaddr:$in), (LUi64 tglobaltlsaddr:$in)>,
651651
let AdditionalPredicates = [NotInMicroMips] in {
652652
def : MipsPat<(MipsJmpLink (i64 texternalsym:$dst)),
653653
(JAL texternalsym:$dst)>, ISA_MIPS3, GPR_64, SYM_64;
654+
654655
def : MipsPat<(MipsHighest (i64 tglobaladdr:$in)),
655656
(LUi64 tglobaladdr:$in)>, ISA_MIPS3, GPR_64, SYM_64;
656657
def : MipsPat<(MipsHighest (i64 tblockaddress:$in)),

0 commit comments

Comments
 (0)