[SeparateConstOffsetFromGEP] Fixed a bug related to unsigned modulo
[oota-llvm.git] / test / Verifier / byval-4.ll
index ff733a5bdc93f4b8e9a6fc87dc7063f0c9da08ef..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)