From 7c31085b1c95290c834bc3d8d25d7b3b61b90c7b Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 1 Oct 2008 23:41:25 +0000 Subject: Attributes noinline alwaysinline are incompatible git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56939 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2008-09-02-FunctionNotes2.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/Assembler') diff --git a/test/Assembler/2008-09-02-FunctionNotes2.ll b/test/Assembler/2008-09-02-FunctionNotes2.ll index 966e0f87ba..dbe75be700 100644 --- a/test/Assembler/2008-09-02-FunctionNotes2.ll +++ b/test/Assembler/2008-09-02-FunctionNotes2.ll @@ -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 } -- cgit v1.2.3