Skip to content

Commit 0d68bad

Browse files
committed
IR: Fix typo in unreachable message
1 parent 6ce0fd7 commit 0d68bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/Value.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ void Value::dropDroppableUse(Use &U) {
228228
return;
229229
}
230230

231-
llvm_unreachable("unkown droppable use");
231+
llvm_unreachable("unknown droppable use");
232232
}
233233

234234
bool Value::isUsedInBasicBlock(const BasicBlock *BB) const {

0 commit comments

Comments
 (0)