forked from OSchip/llvm-project
First test commit into svn, adding space to comment
llvm-svn: 341879
This commit is contained in:
parent
ae3f793e9e
commit
3875643928
|
@ -45,7 +45,7 @@ bool OptionalFrontEnd::Update() {
|
|||
|
||||
// __engaged_ is a bool flag and is true if the optional contains a value.
|
||||
// Converting it to unsigned gives us a size of 1 if it contains a value
|
||||
// and 0 if not.
|
||||
// and 0 if not .
|
||||
m_size = engaged_sp->GetValueAsUnsigned(0);
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue