Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
[oota-llvm.git] / test / Transforms / GlobalDCE / 2003-07-01-SelfReference.ll
index c6c51df94cf3beb21e098021bc5ec2d1e2e04126..738ec43aaeb1719b5bc31c76cfcd994511e317a5 100644 (file)
@@ -1,5 +1,5 @@
 ; distilled from 255.vortex
-; RUN: llvm-as < %s | opt -globaldce | llvm-dis | not grep testfunc
+; RUN: opt < %s -globaldce -S | not grep testfunc
 
 declare i1 ()* @getfunc()