Attributes noinline alwaysinline are incompatible
[oota-llvm.git] / test / Assembler / 2008-09-02-FunctionNotes2.ll
index 966e0f87ba278c2a181860d80164bf701e652fd9..dbe75be700b7e7abe9d8f4d4b908bef68918fe98 100644 (file)
@@ -1,6 +1,5 @@
 ; Test function notes
-; RUN: not llvm-as %s -o /dev/null -f |& grep "only one inline note" 
-; XFAIL: *
+; RUN: not llvm-as %s -o /dev/null -f |& grep "Attributes noinline alwaysinline are incompatible"
 define void @fn1() alwaysinline  noinline {
   ret void
 }