commit | 7c31085b1c95290c834bc3d8d25d7b3b61b90c7b | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Oct 01 23:41:25 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Oct 01 23:41:25 2008 +0000 |
tree | 724a5c4ed279c22d397e7909d8323eccaeb9e2ca | |
parent | 4ae641f4d12c60ee1aaca5e42b6de231c6a02c40 [diff] [blame] |
Attributes noinline alwaysinline are incompatible git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56939 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Assembler/2008-09-02-FunctionNotes2.ll b/test/Assembler/2008-09-02-FunctionNotes2.ll index 966e0f8..dbe75be 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 }