]> granicus.if.org Git - llvm/commitdiff
[mips] Remove -mattr=+n64 and fix indentation in tailcall.ll RUN lines. NFC.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 4 May 2016 09:08:35 +0000 (09:08 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 4 May 2016 09:08:35 +0000 (09:08 +0000)
-mattr=+n64 isn't the correct way to specify the ABI and N64 is already the
default for the RUN line concerned.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268482 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Mips/tailcall.ll

index b0868255053a2070ca423492081e0d27faab5127..cae5b5dfcf5a7deab4c43e44c55b9a582635bb95 100644 (file)
@@ -1,11 +1,11 @@
 ; RUN: llc -march=mipsel -relocation-model=pic -enable-mips-tail-calls < %s | \
-; RUN: FileCheck %s -check-prefix=PIC32
+; RUN:     FileCheck %s -check-prefix=PIC32
 ; RUN: llc -march=mipsel -relocation-model=static \
-; RUN: -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=STATIC32
-; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=+n64 -enable-mips-tail-calls \
-; RUN: < %s | FileCheck %s -check-prefix=N64
+; RUN:     -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=STATIC32
+; RUN: llc -march=mips64el -mcpu=mips64r2 -enable-mips-tail-calls \
+; RUN:     < %s | FileCheck %s -check-prefix=N64
 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic \
-; RUN: -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=PIC16
+; RUN:     -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=PIC16
 
 @g0 = common global i32 0, align 4
 @g1 = common global i32 0, align 4