ccc: Fix typo; isn't dynamic typing fun!

llvm-svn: 62817
This commit is contained in:
Daniel Dunbar 2009-01-23 00:04:43 +00:00
parent 2e1dfe25c5
commit ccabd0f01a
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ class Darwin_X86_CC1Tool(Tool):
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