InsertBefore is the same as AddBefore. Delete it.
[oota-llvm.git] / test / Transforms / Internalize / 2009-01-05-InternalizeAliases.ll
index c0041ac2d7dfabaabe9db3a7dcbb0e23ccbe1d46..47cf3f0373e425d813e781ef7ff32de4c71bb53d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -internalize | llvm-dis | grep internal | count 3
+; RUN: opt < %s -internalize -internalize-public-api-list main -S | grep internal | count 3
 
 @A = global i32 0
 @B = alias i32* @A