summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriter.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-08-26 22:31:08 +0000
committerMike Stump <mrs@apple.com>2009-08-26 22:31:08 +0000
commit3722f5896c017336125be90f2ede5753c06b3853 (patch)
tree9b76862cadd96348293aa6ccbbbf3562cb085298 /clang/lib/Frontend/PCHWriter.cpp
parente73b2673010f931212691f8e08de1544b77ebf36 (diff)
downloadbcm5719-llvm-3722f5896c017336125be90f2ede5753c06b3853.tar.gz
bcm5719-llvm-3722f5896c017336125be90f2ede5753c06b3853.zip
Regularize the case and sort.
llvm-svn: 80163
Diffstat (limited to 'clang/lib/Frontend/PCHWriter.cpp')
-rw-r--r--clang/lib/Frontend/PCHWriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Frontend/PCHWriter.cpp b/clang/lib/Frontend/PCHWriter.cpp
index 9c9a094f3e9..c7ea8da087a 100644
--- a/clang/lib/Frontend/PCHWriter.cpp
+++ b/clang/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: {
OpenPOWER on IntegriCloud