summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/i64_fp_round.ll
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2012-11-26 14:09:46 +0000
committerEli Bendersky <eliben@google.com>2012-11-26 14:09:46 +0000
commiteaf1a2859470e4786f2d5b762124cb1e60e4bb03 (patch)
tree55cfef0810685883fea92936beebc69c718ec394 /llvm/test/CodeGen/PowerPC/i64_fp_round.ll
parent4e629f796438aa9fd8a9a5a3cbf355ec2f4c0bb8 (diff)
downloadbcm5719-llvm-eaf1a2859470e4786f2d5b762124cb1e60e4bb03.tar.gz
bcm5719-llvm-eaf1a2859470e4786f2d5b762124cb1e60e4bb03.zip
Rewrite test to not use a FileCheck variable and redefine it on the same line.
In preparation for the FileCheck functionality change which will allow using a variable later on the same line. No functionality change. llvm-svn: 168588
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/i64_fp_round.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/i64_fp_round.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/PowerPC/i64_fp_round.ll b/llvm/test/CodeGen/PowerPC/i64_fp_round.ll
index 5a0c072c9c5..5ae1be8953c 100644
--- a/llvm/test/CodeGen/PowerPC/i64_fp_round.ll
+++ b/llvm/test/CodeGen/PowerPC/i64_fp_round.ll
@@ -12,11 +12,11 @@ entry:
; Note that only parts of the sequence are checked for here, to allow
; for minor code generation differences.
-; CHECK: sradi [[REGISTER:[0-9]+]], 3, 53
-; CHECK: addi [[REGISTER:[0-9]+]], [[REGISTER]], 1
-; CHECK: cmpldi 0, [[REGISTER]], 1
-; CHECK: isel [[REGISTER:[0-9]+]], {{[0-9]+}}, 3, 1
-; CHECK: std [[REGISTER]], -{{[0-9]+}}(1)
+; CHECK: sradi [[REG1:[0-9]+]], 3, 53
+; CHECK: addi [[REG2:[0-9]+]], [[REG1]], 1
+; CHECK: cmpldi 0, [[REG2]], 1
+; CHECK: isel [[REG3:[0-9]+]], {{[0-9]+}}, 3, 1
+; CHECK: std [[REG3]], -{{[0-9]+}}(1)
; Also check that with -enable-unsafe-fp-math we do not get that extra
OpenPOWER on IntegriCloud