Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See:...
[oota-llvm.git] / test / Instrumentation / AddressSanitizer / asan-vs-gvn.ll
index 5e83075cd1fbb4ecfeed3026268ed59481a9acfe..c0fe15e9fcecb99667ad2599d3fe148661703ad4 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: opt < %s -basicaa -gvn -asan -S | FileCheck %s
-; ASAN conflicts with load widening if the widened load accesses data out of bounds
+; 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