diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/int-fp-conv-0.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/int-fp-conv-0.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/int-fp-conv-0.ll b/llvm/test/CodeGen/PowerPC/int-fp-conv-0.ll index 2bf671be3e5..5b549003912 100644 --- a/llvm/test/CodeGen/PowerPC/int-fp-conv-0.ll +++ b/llvm/test/CodeGen/PowerPC/int-fp-conv-0.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc64 > %t +; RUN: llc -verify-machineinstrs < %s > %t ; RUN: grep __floattitf %t ; RUN: grep __fixunstfti %t |