[ThinLTO] Enable iterative importing in FunctionImport pass
[oota-llvm.git] / test / Transforms / GlobalDCE / externally_available.ll
index 5d7909078765783ac3670465d7cf977a524e290a..cc88cb10dcc6257b4fe865e24d2d92db4adcb9d9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -globaldce -S | 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() {