Skip to content

Commit 7a7659d

Browse files
committed
fix pass name
1 parent 66e805d commit 7a7659d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/GlobalISel/GISelValueTracking.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
#include "llvm/Support/KnownFPClass.h"
3737
#include "llvm/Target/TargetMachine.h"
3838

39-
#define DEBUG_TYPE "gisel-known-bits"
39+
#define DEBUG_TYPE "gisel-value-tacking"
4040

4141
using namespace llvm;
4242
using namespace MIPatternMatch;
4343

4444
char llvm::GISelValueTrackingAnalysis::ID = 0;
4545

4646
INITIALIZE_PASS(GISelValueTrackingAnalysis, DEBUG_TYPE,
47-
"Analysis for ComputingKnownBits", false, true)
47+
"Analysis for ComputingKnownBits and ComputingKnownFPClass", false, true)
4848

4949
GISelValueTracking::GISelValueTracking(MachineFunction &MF, unsigned MaxDepth)
5050
: MF(MF), MRI(MF.getRegInfo()), TL(*MF.getSubtarget().getTargetLowering()),

0 commit comments

Comments
 (0)