ARM: move the builtins libcall CC setup
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 9 Sep 2016 20:11:31 +0000 (20:11 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 9 Sep 2016 20:11:31 +0000 (20:11 +0000)
commit92e33a3ebcb6e1912f7d4c5be17b5eb7b3c19b1a
tree70cf7c31fdf73db7bd12f3c66bfc2fb0e4149630
parentf27ef414349bfd74c201e77f7626d00242168fea
ARM: move the builtins libcall CC setup

Move the target specific setup into the target specific lowering setup.  As
pointed out by Anton, the initial change was moving this too high up the stack
resulting in a violation of the layering (the target generic code path setup
target specific bits).  Sink this into the ARM specific setup.  NFC.

llvm-svn: 281088
llvm/lib/CodeGen/TargetLoweringBase.cpp
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/ARM/ARMISelLowering.h