diff options
author | Lang Hames <lhames@gmail.com> | 2018-10-15 22:27:03 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2018-10-15 22:27:03 +0000 |
commit | 8f9a2446e0272b4661bca3d0a593348132365dba (patch) | |
tree | 34c4c6466ea78385e98f54b8a51970e8e7287f5d /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 6e66b2a6a397028c0e48dff978c2e2b313c9f42d (diff) | |
download | bcm5719-llvm-8f9a2446e0272b4661bca3d0a593348132365dba.tar.gz bcm5719-llvm-8f9a2446e0272b4661bca3d0a593348132365dba.zip |
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/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions