diff options
Diffstat (limited to 'llvm/test/CodeGen/SPARC/stack-align.ll')
| -rw-r--r-- | llvm/test/CodeGen/SPARC/stack-align.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SPARC/stack-align.ll b/llvm/test/CodeGen/SPARC/stack-align.ll index c861b2d0296f..18bb052b47d9 100644 --- a/llvm/test/CodeGen/SPARC/stack-align.ll +++ b/llvm/test/CodeGen/SPARC/stack-align.ll @@ -1,6 +1,6 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5 -; RUN: llc -march=sparc < %s | FileCheck %s --check-prefixes=CHECK32 -; RUN: llc -march=sparcv9 < %s | FileCheck %s --check-prefixes=CHECK64 +; RUN: llc -mtriple=sparc < %s | FileCheck %s --check-prefixes=CHECK32 +; RUN: llc -mtriple=sparcv9 < %s | FileCheck %s --check-prefixes=CHECK64 declare void @stack_realign_helper(i32 %a, ptr %b) ;; This is a function where we have a local variable of 64-byte |
