]> granicus.if.org Git - llvm/commit
We can grab the options struct from the TargetMachine, no need to
authorEric Christopher <echristo@gmail.com>
Fri, 3 Oct 2014 00:10:03 +0000 (00:10 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 3 Oct 2014 00:10:03 +0000 (00:10 +0000)
commit134098649085af6ddb5f1ffe64c6ee053f331316
tree05d2093fb0f6a2faa950dc8f7c77f588ce0c4603
parent6955c9d1acb0c5550abb566e993ec74aee50e994
We can grab the options struct from the TargetMachine, no need to
pass it down in the constructor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218929 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp