diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/dynamic-stack-realignment.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/dynamic-stack-realignment.ll | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/Mips/dynamic-stack-realignment.ll b/llvm/test/CodeGen/Mips/dynamic-stack-realignment.ll index c3188f79ec0..2ee1ca2e0df 100644 --- a/llvm/test/CodeGen/Mips/dynamic-stack-realignment.ll +++ b/llvm/test/CodeGen/Mips/dynamic-stack-realignment.ll @@ -1,21 +1,21 @@ ; RUN: llc < %s -march=mips -mcpu=mips2 -relocation-model=pic | FileCheck %s \ -; RUN: --check-prefix=ALL --check-prefix=GP32 +; RUN: --check-prefixes=ALL,GP32 ; RUN: llc < %s -march=mips -mcpu=mips32 -relocation-model=pic | FileCheck %s \ -; RUN: --check-prefix=ALL --check-prefix=GP32 +; RUN: --check-prefixes=ALL,GP32 ; RUN: llc < %s -march=mips -mcpu=mips32r6 -relocation-model=pic | FileCheck %s \ -; RUN: --check-prefix=ALL --check-prefix=GP32 +; RUN: --check-prefixes=ALL,GP32 ; RUN: llc < %s -march=mips64 -mcpu=mips3 -relocation-model=pic | FileCheck %s \ -; RUN: --check-prefix=ALL --check-prefix=GP64 -check-prefix=N64 +; RUN: --check-prefixes=ALL,GP64,N64 ; RUN: llc < %s -march=mips64 -mcpu=mips64 -relocation-model=pic | FileCheck %s \ -; RUN: --check-prefix=ALL --check-prefix=GP64 -check-prefix=N64 +; RUN: --check-prefixes=ALL,GP64,N64 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 -relocation-model=pic | FileCheck %s \ -; RUN: --check-prefix=ALL --check-prefix=GP64 -check-prefix=N64 +; RUN: --check-prefixes=ALL,GP64,N64 ; RUN: llc < %s -march=mips64 -mcpu=mips3 -target-abi n32 -relocation-model=pic | FileCheck %s \ -; RUN: --check-prefix=ALL --check-prefix=GP64 -check-prefix=N32 +; RUN: --check-prefixes=ALL,GP64,N32 ; RUN: llc < %s -march=mips64 -mcpu=mips64 -target-abi n32 -relocation-model=pic | FileCheck %s \ -; RUN: --check-prefix=ALL --check-prefix=GP64 -check-prefix=N32 +; RUN: --check-prefixes=ALL,GP64,N32 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 -target-abi n32 -relocation-model=pic | FileCheck %s \ -; RUN: --check-prefix=ALL --check-prefix=GP64 -check-prefix=N32 +; RUN: --check-prefixes=ALL,GP64,N32 ; Check dynamic stack realignment in functions without variable-sized objects. |