diff options
| author | Eric Christopher <echristo@gmail.com> | 2015-02-02 22:28:44 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2015-02-02 22:28:44 +0000 |
| commit | 6098f150a19957168e0d8703e966ae160e023a2a (patch) | |
| tree | 42fca351547c2d95fa249d2186786acfa9959536 /llvm/lib/Target/Hexagon/Hexagon.h | |
| parent | d45837155d813f847a9e8c322490e5893b5fb2b5 (diff) | |
| download | bcm5719-llvm-6098f150a19957168e0d8703e966ae160e023a2a.tar.gz bcm5719-llvm-6098f150a19957168e0d8703e966ae160e023a2a.zip | |
Remove unused class variables and update all callers/uses from
the HexagonSplitTFRCondSet pass. Use the subtarget off the machine
function at the same time.
llvm-svn: 227878
Diffstat (limited to 'llvm/lib/Target/Hexagon/Hexagon.h')
| -rw-r--r-- | llvm/lib/Target/Hexagon/Hexagon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/Hexagon.h b/llvm/lib/Target/Hexagon/Hexagon.h index ad40e461b8e..1c81f4d60a1 100644 --- a/llvm/lib/Target/Hexagon/Hexagon.h +++ b/llvm/lib/Target/Hexagon/Hexagon.h @@ -36,7 +36,7 @@ namespace llvm { FunctionPass *createHexagonRemoveExtendArgs(const HexagonTargetMachine &TM); FunctionPass *createHexagonCFGOptimizer(); - FunctionPass *createHexagonSplitTFRCondSets(const HexagonTargetMachine &TM); + FunctionPass *createHexagonSplitTFRCondSets(); FunctionPass *createHexagonSplitConst32AndConst64(); FunctionPass *createHexagonExpandPredSpillCode(); FunctionPass *createHexagonHardwareLoops(); |

