diff options
author | Tim Northover <tnorthover@apple.com> | 2013-08-12 12:43:26 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2013-08-12 12:43:26 +0000 |
commit | 501977eb7ae8cded22fb85330c6e6fab19b52b25 (patch) | |
tree | abe97e6da58cb08218c7b0b46ba80ac24f72c3c6 /llvm/test/CodeGen/PowerPC/i64_fp_round.ll | |
parent | 5903685a285f4993cf14d88751e285bbd8a1f562 (diff) | |
download | bcm5719-llvm-501977eb7ae8cded22fb85330c6e6fab19b52b25.tar.gz bcm5719-llvm-501977eb7ae8cded22fb85330c6e6fab19b52b25.zip |
Fix FileCheck --check-prefix lines.
Various tests had sprung up over the years which had --check-prefix=ABC on the
RUN line, but "CHECK-ABC:" later on. This happened to work before, but was
strictly incorrect. FileCheck is getting stricter soon though.
Patch by Ron Ofir.
llvm-svn: 188173
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/i64_fp_round.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/i64_fp_round.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/i64_fp_round.ll b/llvm/test/CodeGen/PowerPC/i64_fp_round.ll index d2a3239ab86..5770d788caf 100644 --- a/llvm/test/CodeGen/PowerPC/i64_fp_round.ll +++ b/llvm/test/CodeGen/PowerPC/i64_fp_round.ll @@ -22,6 +22,6 @@ entry: ; Also check that with -enable-unsafe-fp-math we do not get that extra ; code sequence. Simply verify that there is no "isel" present. -; RUN: llc -mcpu=pwr7 -mattr=-fpcvt -enable-unsafe-fp-math < %s | FileCheck %s -check-prefix=UNSAFE +; RUN: llc -mcpu=pwr7 -mattr=-fpcvt -enable-unsafe-fp-math < %s | FileCheck %s -check-prefix=CHECK-UNSAFE ; CHECK-UNSAFE-NOT: isel |