fix a silly fixme.

llvm-svn: 107018
This commit is contained in:
Chris Lattner 2010-06-28 17:11:58 +00:00
parent 5b1370ee80
commit 18bcf76f05
1 changed files with 1 additions and 3 deletions

View File

@ -157,9 +157,7 @@ public:
SignedOverflowBehavior = SOB_Undefined;
AssumeSaneOperatorNew = 1;
// FIXME: The default should be 1.
AccessControl = 0;
AccessControl = 1;
ElideConstructors = 1;
SignedOverflowBehavior = 0;