Skip to content

Commit e0c6d6e

Browse files
committed
Revert "llvm2alive: ignore llvm.fake.use()"
This reverts commit cdf00c6.
1 parent 46dbee9 commit e0c6d6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm_util/llvm2alive.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,6 @@ class llvm2alive_ : public llvm::InstVisitor<llvm2alive_, unique_ptr<Instr>> {
12281228
case llvm::Intrinsic::dbg_label:
12291229
case llvm::Intrinsic::dbg_value:
12301230
case llvm::Intrinsic::donothing:
1231-
case llvm::Intrinsic::fake_use:
12321231
case llvm::Intrinsic::instrprof_increment:
12331232
case llvm::Intrinsic::instrprof_increment_step:
12341233
case llvm::Intrinsic::instrprof_value_profile:

0 commit comments

Comments
 (0)