Move resetTargetOptions from taking a MachineFunction to a Function
authorEric Christopher <echristo@gmail.com>
Fri, 26 Sep 2014 01:28:10 +0000 (01:28 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 26 Sep 2014 01:28:10 +0000 (01:28 +0000)
commita6e0a6e729f44c155ee1f6c9c70adda132f3c527
tree814523cc1075e43c08986d32af5cd66806082f18
parentdeaa9d8c7298202ca48442e114e1a641c24b9b14
Move resetTargetOptions from taking a MachineFunction to a Function
since we are accessing the TargetMachine that we're a member
function of.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218489 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetMachine.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/TargetMachine.cpp