fix a warning in optimized build

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23030 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-08-25 00:03:21 +00:00
parent e0a7f83049
commit 4a20997057

View File

@ -569,7 +569,7 @@ unsigned lefevre(const std::string inString,
}
std::string t, u;
int c;
int c = 0;
bool f;
std::map<const int, int> w;