1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Make deadarghaX0r warning louder.

(I just love typing haX0r.   haX0r haX0r haX0r.)

llvm-svn: 11079
This commit is contained in:
Brian Gaeke 2004-02-02 19:32:27 +00:00
parent 71c12c8e0d
commit 1aa59f5107

View File

@ -101,7 +101,7 @@ namespace {
virtual bool ShouldHackArguments() const { return true; }
};
RegisterPass<DAH> Y("deadarghaX0r",
"Dead Argument Hacking (bugpoint usage only)");
"Dead Argument Hacking (BUGPOINT USE ONLY; DO NOT USE)");
}
/// createDeadArgEliminationPass - This pass removes arguments from functions