Oops, I accidentally broke the fallback case with my last commit.

llvm-svn: 55704
This commit is contained in:
Owen Anderson 2008-09-03 17:51:57 +00:00
parent ea666816c2
commit b1b9398ea7
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ unsigned FastISel::getRegForValue(Value *V,
BuildMI(MBB, TII.get(TargetInstrInfo::IMPLICIT_DEF), Reg);
return Reg;
}
return 0;
}
/// UpdateValueMap - Update the value map to include the new mapping for this