Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / Transforms / LCSSA / unreachable-use.ll
index 2ea7aeb7edfe6c981b2cdbd5c23a04aaa852fb20..c9e456c17474ae3e5e1b1557b37ba9e12452f7ac 100644 (file)
@@ -4,7 +4,7 @@
 ; LCSSA doesn't need to transform uses in blocks not reachable
 ; from the entry block.
 
-; CHECK: %tmp33 = load i1** %tmp
+; CHECK: %tmp33 = load i1*, i1** %tmp
 
 define fastcc void @dfs() nounwind {
 bb:
@@ -21,7 +21,7 @@ bb15:
   br label %bb44
 
 bb32:
-  %tmp33 = load i1** %tmp, align 8
+  %tmp33 = load i1*, i1** %tmp, align 8
   br label %bb45
 
 bb45: