Fix silly typo.

llvm-svn: 131419
This commit is contained in:
Eli Friedman 2011-05-16 20:34:53 +00:00
parent fac7b3aae6
commit 4c08bb450a
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ FastISel::SelectFNeg(const User *I) {
bool
FastISel::SelectExtractValue(const User *U) {
const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U);
if (!U)
if (!EVI)
return false;
// Make sure we only try to handle extracts with a legal result.