commit | ea2d46a6f258af4e53707a4fa98331d19cbb8f22 | [log] [tgz] |
---|---|---|
author | Matthias Braun <matze@braunis.de> | Tue Dec 19 00:20:33 2017 +0000 |
committer | Matthias Braun <matze@braunis.de> | Tue Dec 19 00:20:33 2017 +0000 |
tree | 5d9426c308dcd47fb97751ddd944aedd546acbf1 | |
parent | d53e70262dba7d67668a2516e731085d27610ed7 [diff] |
TargetLowering: Fix InitLibcallCallingConvs() overriding things set in InitLibcalls() I missed the fact that the later called InitLibcallCallingConvs() overrides some things set in InitLibcalls() when I did the refactoring in r321036. Fix by merging InitLibcallCallingConvs() into InitLibcalls() and doing the initialization earlier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321045 91177308-0d34-0410-b5e6-96231b3b80d8