Remove caching of the target machine and initialization of the
authorEric Christopher <echristo@gmail.com>
Thu, 3 Jul 2014 22:24:49 +0000 (22:24 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 3 Jul 2014 22:24:49 +0000 (22:24 +0000)
commit2f991c9ee14fa2c2778fda56236f4787bd58a4a0
treeb9ae47405a444c3fc9a63a46f838bd6a610d1487
parentc8e8bda58ff2d1618ddbe3859bb3f72c31060016
Remove caching of the target machine and initialization of the
subtarget from ARMISelDAGtoDAG. The former is unnecessary and the
latter is initialized on each runOnMachineFunction.

llvm-svn: 212297
llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp