Skip to content

Commit

Permalink
delete conflicting globals
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Sep 11, 2024
1 parent 436237c commit ae7849a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/passes/MustTailDeadArgElimination.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,6 @@ INITIALIZE_PASS(
DAH, "deadarghaX0r",
"Dead Argument Hacking (BUGPOINT USE ONLY; DO NOT USE)", false, false)

/// This pass removes arguments from functions which are not used by the body of
/// the function.
ModulePass *llvm::createDeadArgEliminationPass() {
return new DAE();
}

ModulePass *llvm::createDeadArgHackingPass() {
return new DAH();
}

#if LLVM_VERSION_MAJOR == 16

/// If this is an function that takes a ... list, and if llvm.vastart is never
Expand Down

0 comments on commit ae7849a

Please sign in to comment.