]> granicus.if.org Git - llvm/commit
[IR] Share implementation for pairs of const and non-const methods using const_cast...
authorCraig Topper <craig.topper@gmail.com>
Mon, 27 Mar 2017 05:46:58 +0000 (05:46 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 27 Mar 2017 05:46:58 +0000 (05:46 +0000)
commit4f2f5a394ae8aafc89bfcdb6185b784d8fb5f5da
treeefafaae15af3c7080714d8d35210a4bdc1458bc4
parent170b761d4e793c50079e29b3ea45951ba9d0d446
[IR] Share implementation for pairs of const and non-const methods using const_cast. NFCI

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298830 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/BasicBlock.h
include/llvm/IR/Instruction.h
lib/IR/BasicBlock.cpp
lib/IR/Instruction.cpp