diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppcf128-2.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppcf128-2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppcf128-2.ll b/llvm/test/CodeGen/PowerPC/ppcf128-2.ll index 04c97e8349f..66eb4548c17 100644 --- a/llvm/test/CodeGen/PowerPC/ppcf128-2.ll +++ b/llvm/test/CodeGen/PowerPC/ppcf128-2.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc64 +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- define i64 @__fixtfdi(ppc_fp128 %a) nounwind { entry: |