Revert "GlobalDCE: Delete available_externally initializers if it allows removing...
[oota-llvm.git] / test / Transforms / GlobalDCE / externally_available.ll
index ccdf7e198fab9831e1a519fe4911f3713d0b8efe..cc88cb10dcc6257b4fe865e24d2d92db4adcb9d9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -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() {