Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
[oota-llvm.git] / test / Transforms / Internalize / 2009-01-05-InternalizeAliases.ll
index 7b18a04e1160f3f6f4bdad2f44933d5a57b0f92d..47cf3f0373e425d813e781ef7ff32de4c71bb53d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -internalize -S | 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