Fix verifier for GlobalAliases to avoid recursing into global initializers.
[oota-llvm.git] / test / Verifier / byval-4.ll
index d69f66caec35513c0d7ec5c4d339fde8d4c857bb..b6f9c67962cbe9e4e06f2b627b0284dac167ab46 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null
 %struct.foo = type { i64 }
 
 declare void @h(%struct.foo* byval %num)