1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

fix a warning in optimized build

llvm-svn: 23030
This commit is contained in:
Chris Lattner 2005-08-25 00:03:21 +00:00
parent 898278d586
commit 4349a69f74

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;