fix rdar://9289583 - fast isel should handle non-canonical commutative binops
[oota-llvm.git] / test / Transforms / GlobalDCE / externally_available.ll
index 0e8f1dacfb1b65aad46d15ec744229192334a08f..cc88cb10dcc6257b4fe865e24d2d92db4adcb9d9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -globaldce | llvm-dis | not grep test_
+; RUN: opt < %s -globaldce -S | not grep test_
 
 ; test_function should not be emitted to the .s file.
 define available_externally i32 @test_function() {