PetScan::extract_int: separate out extraction from llvm::APInt
commit5cd5a44c40300144b2835c0f16b16e9264181600
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 10 Feb 2014 11:52:46 +0000 (10 12:52 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 13:36:30 +0000 (25 14:36 +0100)
tree3f65d8a0497a4d9483cef9bf4ccbaacfbd2736d2
parentff302a3b6c7f3cb9da3cffb1049af496abb79481
PetScan::extract_int: separate out extraction from llvm::APInt

We will be able to reuse this function in the next commit.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scan.cc