forked from OSchip/llvm-project
Oops, I accidentally broke the fallback case with my last commit.
llvm-svn: 55704
This commit is contained in:
parent
ea666816c2
commit
b1b9398ea7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue