Switch Ocaml to use llvm_supports_binding.
[oota-llvm.git] / test / Assembler / 2008-09-02-FunctionNotes2.ll
index dbe75be700b7e7abe9d8f4d4b908bef68918fe98..8a49e8990280259fcfb5c22874a2a00911a9e652 100644 (file)
@@ -1,5 +1,5 @@
 ; Test function notes
-; RUN: not llvm-as %s -o /dev/null -f |& grep "Attributes noinline alwaysinline are incompatible"
+; RUN: not llvm-as %s -o /dev/null |& grep "Attributes noinline alwaysinline are incompatible"
 define void @fn1() alwaysinline  noinline {
   ret void
 }