summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/sjlj.ll
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2013-11-30 19:52:28 +0000
committerHal Finkel <hfinkel@anl.gov>2013-11-30 19:52:28 +0000
commit2651f973331b5cde3fd8ce37073dce91ddb0e379 (patch)
treed8e10d5a8974aae70a582f2d1360c43c51e1b1c7 /llvm/test/CodeGen/PowerPC/sjlj.ll
parent2b655bb2288fdc1abc3ee4b5b41c67c52455003f (diff)
downloadbcm5719-llvm-2651f973331b5cde3fd8ce37073dce91ddb0e379.tar.gz
bcm5719-llvm-2651f973331b5cde3fd8ce37073dce91ddb0e379.zip
Desensitize a couple of PPC regression tests
Use CHECK-DAG to make these regression tests more resilient against changes in instruction scheduling. llvm-svn: 195978
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/sjlj.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/sjlj.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/sjlj.ll b/llvm/test/CodeGen/PowerPC/sjlj.ll
index 414640b2b7e..f9f887af31f 100644
--- a/llvm/test/CodeGen/PowerPC/sjlj.ll
+++ b/llvm/test/CodeGen/PowerPC/sjlj.ll
@@ -134,8 +134,8 @@ return: ; preds = %if.end, %if.then
; CHECK: @main2
; CHECK: addis [[REG:[0-9]+]], 2, env_sigill@toc@ha
-; CHECK: std 31, env_sigill@toc@l([[REG]])
-; CHECK: addi [[REGB:[0-9]+]], [[REG]], env_sigill@toc@l
+; CHECK-DAG: std 31, env_sigill@toc@l([[REG]])
+; CHECK-DAG: addi [[REGB:[0-9]+]], [[REG]], env_sigill@toc@l
; CHECK-DAG: std [[REGB]], [[OFF:[0-9]+]](31) # 8-byte Folded Spill
; CHECK-DAG: std 1, 16([[REGB]])
; CHECK-DAG: std 2, 24([[REGB]])
OpenPOWER on IntegriCloud