[ASan] Add -asan-module to the ASan .ll tests.
[oota-llvm.git] / test / Instrumentation / AddressSanitizer / asan-vs-gvn.ll
index 1087c9a58ff3df11207725bf1505f5f204d01322..75adf4061c0db2d27eb3c6bd09fe7cd8e13363d2 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -basicaa -gvn -asan -S | FileCheck %s
+; RUN: opt < %s -basicaa -gvn -asan -asan-module -S | FileCheck %s
 ; ASAN conflicts with load widening iff the widened load accesses data out of bounds
 ; (while the original unwidened loads do not).
 ; http://code.google.com/p/address-sanitizer/issues/detail?id=20#c1