================
Comment at: test/Transforms/InstMerge/st_sink_no_barrier_call.ll:45
@@ +44,2 @@
+
+attributes #0 = { readnone }
----------------
Gerolf wrote:
> Please remove
If I remove the attribute, the call to foo will be a barrier (as in the test above - st_sink_barrier_call).
http://reviews.llvm.org/D6420