mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-26 22:45:05 +00:00
apparently some people commit without building the tree, or they forget to
commit a LOT of files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
466b9bd757
commit
c6eb6d7255
@ -475,7 +475,7 @@ void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) {
|
||||
break;
|
||||
}
|
||||
|
||||
case Intrinsic::bit_part_select:
|
||||
case Intrinsic::part_select:
|
||||
CI->replaceAllUsesWith(LowerBitPartSelect(CI));
|
||||
break;
|
||||
|
||||
|
@ -2689,7 +2689,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) {
|
||||
DAG.setRoot(Tmp.getValue(1));
|
||||
return 0;
|
||||
}
|
||||
case Intrinsic::bit_part_select: {
|
||||
case Intrinsic::part_select: {
|
||||
// Currently not implemented: just abort
|
||||
assert(0 && "bit_part_select intrinsic not implemented");
|
||||
abort();
|
||||
|
Loading…
x
Reference in New Issue
Block a user