From 45f511063424d4ee68ff5fe948f927559992e0a3 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Thu, 14 Nov 2013 12:46:12 +0000 Subject: [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 --- test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Instrumentation') diff --git a/test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll b/test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll index afc04b6..555695d 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 ()* -- cgit v1.1