Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / CodeGen / X86 / 2007-04-24-Huge-Stack.ll
index 7528129971ab1fb45977bfc14af485375d734080..648718cc7223d87328ff96f8c70fc6c41afe04fc 100644 (file)
@@ -1,6 +1,8 @@
-; RUN: llc < %s -march=x86-64 | not grep 4294967112
+; RUN: llc < %s -march=x86-64 | FileCheck %s
 ; PR1348
 
+; CHECK-NOT: 4294967112
+
        %struct.md5_ctx = type { i32, i32, i32, i32, [2 x i32], i32, [128 x i8], [4294967288 x i8] }
 
 define i8* @md5_buffer(i8* %buffer, i64 %len, i8* %resblock) {