mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 19:49:49 +00:00
[fast-isel] Seriously, add support for the expect intrinsic.
rdar://13370942 llvm-svn: 176659
This commit is contained in:
parent
2d44bd7bc4
commit
32844ae1ef
@ -699,9 +699,9 @@ bool FastISel::SelectCall(const User *I) {
|
||||
return true;
|
||||
}
|
||||
case Intrinsic::expect: {
|
||||
// unsigned ResultReg = getRegForValue(Call->getArgOperand(0));
|
||||
// UpdateValueMap(Call, ResultReg);
|
||||
// return true;
|
||||
unsigned ResultReg = getRegForValue(Call->getArgOperand(0));
|
||||
UpdateValueMap(Call, ResultReg);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user