diff options
author | Sirish Pande <spande@codeaurora.org> | 2012-04-23 17:49:28 +0000 |
---|---|---|
committer | Sirish Pande <spande@codeaurora.org> | 2012-04-23 17:49:28 +0000 |
commit | 2c7bf00fba0c4fe7661495be69175f3fe14e405f (patch) | |
tree | 44bcc78333ec6de6f2d458e94c212f2e99b968a8 /llvm/lib/Target/Hexagon/Hexagon.h | |
parent | 6cd2251598b7835aee1df3eb04a6651b1e619947 (diff) | |
download | bcm5719-llvm-2c7bf00fba0c4fe7661495be69175f3fe14e405f.tar.gz bcm5719-llvm-2c7bf00fba0c4fe7661495be69175f3fe14e405f.zip |
Support for Hexagon architectural feature, new value jump.
llvm-svn: 155366
Diffstat (limited to 'llvm/lib/Target/Hexagon/Hexagon.h')
-rw-r--r-- | llvm/lib/Target/Hexagon/Hexagon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Hexagon/Hexagon.h b/llvm/lib/Target/Hexagon/Hexagon.h index 43858b9624f..a24bf9c27d5 100644 --- a/llvm/lib/Target/Hexagon/Hexagon.h +++ b/llvm/lib/Target/Hexagon/Hexagon.h @@ -40,6 +40,7 @@ namespace llvm { FunctionPass *createHexagonHardwareLoops(); FunctionPass *createHexagonPeephole(); FunctionPass *createHexagonFixupHwLoops(); + FunctionPass *createHexagonNewValueJump(); FunctionPass *createHexagonPacketizer(); /* TODO: object output. |