summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-10-01 23:41:25 +0000
committerDevang Patel <dpatel@apple.com>2008-10-01 23:41:25 +0000
commit7c31085b1c95290c834bc3d8d25d7b3b61b90c7b (patch)
tree724a5c4ed279c22d397e7909d8323eccaeb9e2ca /test/Assembler
parent4ae641f4d12c60ee1aaca5e42b6de231c6a02c40 (diff)
downloadllvm-7c31085b1c95290c834bc3d8d25d7b3b61b90c7b.tar.gz
llvm-7c31085b1c95290c834bc3d8d25d7b3b61b90c7b.tar.bz2
llvm-7c31085b1c95290c834bc3d8d25d7b3b61b90c7b.tar.xz
Attributes noinline alwaysinline are incompatible
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/2008-09-02-FunctionNotes2.ll3
1 files changed, 1 insertions, 2 deletions
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
}