ccc: Fix typo; isn't dynamic typing fun!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62817 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/ccc/ccclib/Tools.py b/tools/ccc/ccclib/Tools.py
index b1087d3..c1b4e41 100644
--- a/tools/ccc/ccclib/Tools.py
+++ b/tools/ccc/ccclib/Tools.py
@@ -351,7 +351,7 @@
return 'cc1',False,False
elif type is Types.ObjCType or type is Types.ObjCHeaderType:
return 'cc1obj',True,False
- elif type is Types.ObjCTypeNoPP or type is Types.ObjCHeaderNoPPTypeP:
+ elif type is Types.ObjCTypeNoPP or type is Types.ObjCHeaderNoPPType:
return 'cc1obj',True,False
elif type is Types.CXXType or type is Types.CXXHeaderType:
return 'cc1plus',True,True