diff options
author | Mike Stump <mrs@apple.com> | 2009-08-26 22:31:08 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-08-26 22:31:08 +0000 |
commit | 1feade8e520be483293dbf55eb57a51720899589 (patch) | |
tree | be698e3bf42e7b02ddc25f1bf72808953b269044 /lib/Frontend/PCHWriter.cpp | |
parent | 21c2e20a00c2215d297470e6b657ede366b147d3 (diff) |
Regularize the case and sort.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHWriter.cpp')
-rw-r--r-- | lib/Frontend/PCHWriter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Frontend/PCHWriter.cpp b/lib/Frontend/PCHWriter.cpp index 9c9a094f3e..c7ea8da087 100644 --- a/lib/Frontend/PCHWriter.cpp +++ b/lib/Frontend/PCHWriter.cpp @@ -1673,10 +1673,10 @@ void PCHWriter::WriteAttributeRecord(const Attr *Attr) { case Attr::GNUInline: case Attr::IBOutletKind: case Attr::Malloc: + case Attr::NoDebug: case Attr::NoReturn: case Attr::NoThrow: - case Attr::Nodebug: - case Attr::Noinline: + case Attr::NoInline: break; case Attr::NonNull: { |