Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
[oota-llvm.git] / test / Transforms / GlobalDCE / 2002-09-12-Redeletion.ll
index b49bfcc49403d6e45bd889c692465efe6acde1c4..6221fa3a62fe80ce302b00ddd6001b8a7e93659d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -globaldce
+; RUN: opt < %s -globaldce
 
 ;; Should die when function %foo is killed
 @foo.upgrd.1 = internal global i32 7            ; <i32*> [#uses=3]