diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fminnum.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/fminnum.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fminnum.ll b/llvm/test/CodeGen/PowerPC/fminnum.ll index 706e742e50e..6b1661965f4 100644 --- a/llvm/test/CodeGen/PowerPC/fminnum.ll +++ b/llvm/test/CodeGen/PowerPC/fminnum.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs -march=ppc32 -mtriple=powerpc-unknown-linux-gnu < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mtriple=powerpc-unknown-linux-gnu < %s | FileCheck %s declare float @fminf(float, float) declare double @fmin(double, double) |