diff options
Diffstat (limited to 'test/CodeGen/PowerPC/constants.ll')
| -rw-r--r-- | test/CodeGen/PowerPC/constants.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/PowerPC/constants.ll b/test/CodeGen/PowerPC/constants.ll index 32eee549df61d..9091747a8ed2d 100644 --- a/test/CodeGen/PowerPC/constants.ll +++ b/test/CodeGen/PowerPC/constants.ll @@ -1,9 +1,9 @@ ; All of these routines should be perform optimal load of constants. -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | \ ; RUN: grep lis | count 5 -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | \ ; RUN: grep ori | count 3 -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | \ ; RUN: grep "li " | count 4 define i32 @f1() { |
