]> granicus.if.org Git - llvm/commit
[Outliner] Remove output for offset range check
authorJessica Paquette <jpaquette@apple.com>
Mon, 20 Mar 2017 15:51:45 +0000 (15:51 +0000)
committerJessica Paquette <jpaquette@apple.com>
Mon, 20 Mar 2017 15:51:45 +0000 (15:51 +0000)
commitd462f1ae708ec8b8f7d280a4a32a11d9d983d20d
tree9948e64788a230b6e15601d99afd54c65f42009c
parent1111ea1a18939df766e18439e84ac2c6155318a1
[Outliner] Remove output for offset range check

Forgot to remove some output before committing last time. (Instruction fixups
don't actually overflow anywhere in the test suite so far, so I missed it).

To prevent the outliner from screaming "Overflow!" in the event that that
does happen, this commit removes that output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298260 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64InstrInfo.cpp