diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll b/llvm/test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll index 4d7d36698c5..8f1a7610f10 100644 --- a/llvm/test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll +++ b/llvm/test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- define double @CalcSpeed(float %tmp127) { |