diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2014-12-31 16:20:00 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2014-12-31 16:20:00 +0000 |
| commit | 79e8ebada2c35542ec0c980b853965805c89d775 (patch) | |
| tree | 7eca37bd207c38296b10026733e5ed8fafca0e90 /llvm/lib | |
| parent | d4da9040de63913319ffffeef4f3b9b4e7558284 (diff) | |
| download | bcm5719-llvm-79e8ebada2c35542ec0c980b853965805c89d775.tar.gz bcm5719-llvm-79e8ebada2c35542ec0c980b853965805c89d775.zip | |
[Hexagon] Removing assertion to appease buildbot until I can reproduce the problem
llvm-svn: 225045
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp index 830be55431d..3f978d8ae53 100644 --- a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp +++ b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp @@ -71,7 +71,6 @@ HexagonMCCodeEmitter::getMachineOpValue(MCInst const &MI, MCOperand const &MO, return MCT.getRegisterInfo()->getEncodingValue(MO.getReg()); if (MO.isImm()) return static_cast<unsigned>(MO.getImm()); - assert(false && "Only Immediates and Registers implemented right now"); return 0; } |

