commit | 509a3bad9085a28944c4b6af504cdfb99b3a7b0b | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Sat Sep 27 00:25:28 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Sat Sep 27 00:25:28 2008 +0000 |
tree | 6b61adc3bfe9415201b85d6647ec8e9f97efba2b | |
parent | 1b1e7efa1a51f2b6a88f9159eb58079fecf693a6 [diff] [blame] |
Update tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56730 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Assembler/2008-09-02-FunctionNotes2.ll b/test/Assembler/2008-09-02-FunctionNotes2.ll index 7740bdd..08fd139 100644 --- a/test/Assembler/2008-09-02-FunctionNotes2.ll +++ b/test/Assembler/2008-09-02-FunctionNotes2.ll
@@ -1,7 +1,7 @@ ; Test function notes ; RUN: not llvm-as %s |& grep "only one inline note" - -define void @fn1() notes(inline=always,inline=never) { +; XFAIL: * +define void @fn1() alwaysinline, noinline { ret void }