From 72a3d8597da5cb50f3a21ba8a2f822117459af34 Mon Sep 17 00:00:00 2001 From: Mitch Phillips Date: Fri, 20 Sep 2019 20:25:16 +0000 Subject: Revert "[MachinePipeliner] Improve the TargetInstrInfo API analyzeLoop/reduceLoopCount" This commit broke the ASan buildbot. See comments in rL372376 for more information. This reverts commit 15e27b0b6d9d51362fad85dbe95ac5b3fadf0a06. llvm-svn: 372425 --- llvm/lib/CodeGen/TargetInstrInfo.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/CodeGen/TargetInstrInfo.cpp') diff --git a/llvm/lib/CodeGen/TargetInstrInfo.cpp b/llvm/lib/CodeGen/TargetInstrInfo.cpp index 11872e13e4f..0406649345b 100644 --- a/llvm/lib/CodeGen/TargetInstrInfo.cpp +++ b/llvm/lib/CodeGen/TargetInstrInfo.cpp @@ -1257,5 +1257,3 @@ bool TargetInstrInfo::getInsertSubregInputs( InsertedReg.SubIdx = (unsigned)MOSubIdx.getImm(); return true; } - -TargetInstrInfo::PipelinerLoopInfo::~PipelinerLoopInfo() {} -- cgit v1.2.3