Index: src/IceCfg.cpp |
diff --git a/src/IceCfg.cpp b/src/IceCfg.cpp |
index b8b5ce38454d811f701d61441a2c7a7a469db5e4..ab9d5f724e826babb9e60a9315faf5928ebd5a7c 100644 |
--- a/src/IceCfg.cpp |
+++ b/src/IceCfg.cpp |
@@ -316,8 +316,6 @@ bool Cfg::validateLiveness() const { |
for (Inst *Inst : Node->getInsts()) { |
if (Inst->isDeleted()) |
continue; |
- if (llvm::isa<InstFakeKill>(Inst)) |
- continue; |
if (FirstInst == NULL) |
FirstInst = Inst; |
InstNumberT InstNumber = Inst->getNumber(); |