diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2015-06-15 19:05:35 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-06-15 19:05:35 +0000 |
| commit | 56efafc0566def51ec7e632e09574ed553296b48 (patch) | |
| tree | 17c5c31e65f0f7b591920b94efc6f55f786b341a /llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp | |
| parent | 69fad0799e243f0df832f9b4a98cd74263d8d107 (diff) | |
| download | bcm5719-llvm-56efafc0566def51ec7e632e09574ed553296b48.tar.gz bcm5719-llvm-56efafc0566def51ec7e632e09574ed553296b48.zip | |
[Hexagon] Moving pass declarations out of header and in to implementation files. Removing unused function getSubtargetInfo from HexagonMCCodeEmitter.cpp Removing deletion of copy construction and assignment operator since parent already deletes it.
llvm-svn: 239744
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp')
| -rw-r--r-- | llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp b/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp index 40059fb2737..e4c8d8f7b28 100644 --- a/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp +++ b/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp @@ -41,6 +41,7 @@ using namespace llvm; namespace llvm { + FunctionPass *createHexagonExpandPredSpillCode(); void initializeHexagonExpandPredSpillCodePass(PassRegistry&); } |

