From: Evgeniy Stepanov Date: Thu, 14 Nov 2013 12:46:12 +0000 (+0000) Subject: [msan] Use CHECK-DAG instead of CHECK where order of instructions does not matter. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=45f511063424d4ee68ff5fe948f927559992e0a3;p=oota-llvm.git [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 --- diff --git a/test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll b/test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll index afc04b60f56..555695d2584 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 ()*