Initialize ObjCSenderDispatch in LangOptions.

Patch by Benjamin Kramer.

llvm-svn: 72476
This commit is contained in:
Fariborz Jahanian 2009-05-27 16:27:50 +00:00
parent 4fc95aa0d4
commit a4872a411c
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ public:
OverflowChecking = 0;
ObjCGCBitmapPrint = 0;
ObjCSenderDispatch = 0;
InstantiationDepth = 99;