commit | 15ce6cc75018b69a2fc849c9ee5bceb30e0e67c1 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Apr 20 19:12:28 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Apr 20 19:12:28 2009 +0000 |
tree | 44b79c137e5b35c2f938af8911480d280fae8589 | |
parent | 7c8cad345ffc28af7e859f0f2a42dd29dac9618a [diff] [blame] |
the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69618 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Frontend/PCHReader.cpp b/lib/Frontend/PCHReader.cpp index 391937b..3975747 100644 --- a/lib/Frontend/PCHReader.cpp +++ b/lib/Frontend/PCHReader.cpp
@@ -2186,7 +2186,7 @@ break; } - SIMPLE_ATTR(GNUCInline); + SIMPLE_ATTR(GNUInline); case Attr::IBOutletKind: New = ::new (Context) IBOutletAttr();