1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

[NFC] Add missing comment

llvm-svn: 338848
This commit is contained in:
Max Kazantsev 2018-08-03 10:41:51 +00:00
parent 76fa18c0f1
commit 6f32be6ee8

View File

@ -66,6 +66,7 @@ STATISTIC(GuardsEliminated, "Number of eliminated guards");
namespace {
// Get the condition of \p GuardInst.
static Value *getGuardCondition(Instruction *GuardInst) {
IntrinsicInst *GI = cast<IntrinsicInst>(GuardInst);
assert(GI->getIntrinsicID() == Intrinsic::experimental_guard &&