summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-11-14 12:46:12 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-11-14 12:46:12 +0000
commit45f511063424d4ee68ff5fe948f927559992e0a3 (patch)
tree0accb5e01b58fdf2fb6c44f17292839ad373fb2f
parent34432aeb6d42fbe3e327d1d339ea4156c99aa133 (diff)
downloadllvm-45f511063424d4ee68ff5fe948f927559992e0a3.tar.gz
llvm-45f511063424d4ee68ff5fe948f927559992e0a3.tar.bz2
llvm-45f511063424d4ee68ff5fe948f927559992e0a3.tar.xz
[msan] Use CHECK-DAG instead of CHECK where order of instructions does not matter.
This may fix hexagon-elf bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194700 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll b/test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll
index afc04b60f5..555695d258 100644
--- a/test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll
+++ b/test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll
@@ -23,8 +23,8 @@ entry:
; CHECK-FAST: @func
; CHECK-FAST: bitcast i32 (i32, i32)* %f to void ()*
-; CHECK-FAST: icmp ult void ()* {{.*}}, bitcast (i32* @__executable_start to void ()*)
-; CHECK-FAST: icmp uge void ()* {{.*}}, bitcast (i32* @_end to void ()*)
+; CHECK-FAST-DAG: icmp ult void ()* {{.*}}, bitcast (i32* @__executable_start to void ()*)
+; CHECK-FAST-DAG: icmp uge void ()* {{.*}}, bitcast (i32* @_end to void ()*)
; CHECK-FAST: or i1
; CHECK-FAST: br i1
; CHECK-FAST: call void ()* (void ()*)* @zzz(void ()*