diff options
Diffstat (limited to 'test/CodeGen/Mips/tailcall.ll')
| -rw-r--r-- | test/CodeGen/Mips/tailcall.ll | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/test/CodeGen/Mips/tailcall.ll b/test/CodeGen/Mips/tailcall.ll index b0868255053a2..61f8e508f40d9 100644 --- a/test/CodeGen/Mips/tailcall.ll +++ b/test/CodeGen/Mips/tailcall.ll @@ -1,11 +1,12 @@ -; RUN: llc -march=mipsel -relocation-model=pic -enable-mips-tail-calls < %s | \ -; 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: llc -march=mipsel -relocation-model=pic -enable-mips-tail-calls \ +; RUN: -verify-machineinstrs < %s | FileCheck %s -check-prefix=PIC32 +; RUN: llc -march=mipsel -relocation-model=static -enable-mips-tail-calls \ +; RUN: -verify-machineinstrs < %s | FileCheck %s -check-prefix=STATIC32 +; RUN: llc -march=mips64el -mcpu=mips64r2 -enable-mips-tail-calls \ +; RUN: -verify-machineinstrs < %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 -verify-machineinstrs < %s | \ +; RUN: FileCheck %s -check-prefix=PIC16 @g0 = common global i32 0, align 4 @g1 = common global i32 0, align 4 |
