[llvm-commits] [llvm] r168877 - /llvm/trunk/test/Instrumentation/MemorySanitizer/msan_basic.ll
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Thu Nov 29 05:11:09 PST 2012
Author: eugenis
Date: Thu Nov 29 07:11:09 2012
New Revision: 168877
URL: http://llvm.org/viewvc/llvm-project?rev=168877&view=rev
Log:
[msan] Add a test for r168873.
Modified:
llvm/trunk/test/Instrumentation/MemorySanitizer/msan_basic.ll
Modified: llvm/trunk/test/Instrumentation/MemorySanitizer/msan_basic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/MemorySanitizer/msan_basic.ll?rev=168877&r1=168876&r2=168877&view=diff
==============================================================================
--- llvm/trunk/test/Instrumentation/MemorySanitizer/msan_basic.ll (original)
+++ llvm/trunk/test/Instrumentation/MemorySanitizer/msan_basic.ll Thu Nov 29 07:11:09 2012
@@ -25,6 +25,8 @@
; CHECK: = load
; CHECK: = load
; CHECK: call void @__msan_warning_noreturn()
+; CHECK-NEXT: call void asm sideeffect
+; CHECK-NEXT: unreachable
; CHECK: }
; Check that we store the shadow for the retval.
More information about the llvm-commits
mailing list