mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 23:37:33 +00:00
Use 4-arg getVTList) variant instead of generic one, when possible
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1fef0c4962
commit
cc62c3c928
@ -4251,6 +4251,7 @@ SDVTList SelectionDAG::getVTList(const EVT *VTs, unsigned NumVTs) {
|
||||
case 1: return getVTList(VTs[0]);
|
||||
case 2: return getVTList(VTs[0], VTs[1]);
|
||||
case 3: return getVTList(VTs[0], VTs[1], VTs[2]);
|
||||
case 4: return getVTList(VTs[0], VTs[1], VTs[2], VTs[3]);
|
||||
default: break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user