| commit | a966bf6ebfa3c80c645c682f5d1b871ee75ec496 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Nov 21 01:40:01 2006 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Nov 21 01:40:01 2006 +0000 |
| tree | 5a5b8813a3e0644e2502714be44357a40844d170 | |
| parent | 740b2f30c74c27cad011a503a05ceda4a85c3b7f [diff] |
fix a variable shadowing issue that caused us to misparse:
void B() {
memcpy (3, 2, 1);
}
where memcpy is undeclared.
llvm-svn: 39198