Skip to content

Commit 368927d

Browse files
committed
remove comment
1 parent 5957b80 commit 368927d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

llvm/lib/CodeGen/GlobalISel/GISelValueTracking.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -836,15 +836,6 @@ void GISelValueTracking::computeKnownFPClass(Register R,
836836
if (Depth == MaxAnalysisRecursionDepth)
837837
return;
838838

839-
// auto CacheEntry = ComputeKnownFPClassCache.find(R);
840-
// if (CacheEntry != ComputeKnownFPClassCache.end()) {
841-
// Known = CacheEntry->second;
842-
// LLVM_DEBUG(dbgs() << "Cache hit at ");
843-
// // LLVM_DEBUG(dumpResult(MI, Known, Depth));
844-
// // assert(Known.getBitWidth() == BitWidth && "Cache entry size doesn't
845-
// match"); return;
846-
// }
847-
848839
const MachineFunction *MF = MI.getMF();
849840

850841
switch (Opcode) {

0 commit comments

Comments
 (0)