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:
parent
76fa18c0f1
commit
6f32be6ee8
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user