]> granicus.if.org Git - llvm/commit
Remove unnecessary getTarget call now that the subtarget is cached
authorEric Christopher <echristo@gmail.com>
Wed, 3 Sep 2014 20:36:26 +0000 (20:36 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 3 Sep 2014 20:36:26 +0000 (20:36 +0000)
commitc24df453b0596b7835fe0c1929e26f7490b97fa5
tree3162ab11a66f566b6084330780fe881b0c7ef720
parent8bf2a8489175ba9a4b775db501392130dd7e0ffb
Remove unnecessary getTarget call now that the subtarget is cached
on the machine function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217070 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveRangeEdit.h
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/X86/X86RegisterInfo.cpp