aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2018-10-15 22:27:03 +0000
committerLang Hames <lhames@gmail.com>2018-10-15 22:27:03 +0000
commit8f9a2446e0272b4661bca3d0a593348132365dba (patch)
tree34c4c6466ea78385e98f54b8a51970e8e7287f5d /llvm/lib/CodeGen/MachineFunction.cpp
parent6e66b2a6a397028c0e48dff978c2e2b313c9f42d (diff)
downloadllvm-8f9a2446e0272b4661bca3d0a593348132365dba.zip
llvm-8f9a2446e0272b4661bca3d0a593348132365dba.tar.gz
llvm-8f9a2446e0272b4661bca3d0a593348132365dba.tar.bz2
Change a TerminatorInst* to an Instruction* in HotColdSplitting.cpp.
r344558 added an assignment to a TerminatorInst* from BasicBlock::getTerminatorInst(), but BasicBlock::getTerminatorInst() returns an Instruction* rather than a TerminatorInst* since r344504 so this fails to compile. Changing the variable to an Instruction* should get the bots building again. llvm-svn: 344566
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions