An easy case where GCC should really be able to work out that the value is only

used if IsInDevelopmentTree is 'true'.  But it doesn't, so help it out.

llvm-svn: 151244
This commit is contained in:
Duncan Sands 2012-02-23 08:25:25 +00:00
parent 1462633b40
commit f320be8521
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ int main(int argc, char **argv) {
ActiveObjRoot = LLVM_OBJ_ROOT;
} else {
IsInDevelopmentTree = false;
DevelopmentTreeLayout = MakefileStyle; // Initialized to avoid warnings.
}
// Compute various directory locations based on the derived location