Verifier: Remove unnecessary double-checks
[oota-llvm.git] / test / Instrumentation / AddressSanitizer / instrument-no-return.ll
index 2d835a34080a1959ab70bb5e6623036ea6e625a9..5d5c592c3f4d7cdfc5d2b126f25a6e2a8b65a0c5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -asan -S | FileCheck %s
+; RUN: opt < %s -asan -asan-module -S | FileCheck %s
 ; AddressSanitizer must insert __asan_handle_no_return
 ; before every noreturn call or invoke.