From 75745d0c3e612b54af6b1cfb62be69356ad155a2 Mon Sep 17 00:00:00 2001 From: "Andrew V. Tischenko" Date: Fri, 14 Apr 2017 07:44:23 +0000 Subject: This patch closes PR#32216: Better testing of schedule model instruction latencies/throughputs. The details are here: https://reviews.llvm.org/D30941 llvm-svn: 300311 --- llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/Target/X86/InstPrinter') diff --git a/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp b/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp index 8594addb5dd..6e062ec5934 100644 --- a/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp +++ b/llvm/lib/Target/X86/InstPrinter/X86InstComments.cpp @@ -1189,8 +1189,6 @@ bool llvm::EmitAnyX86InstComments(const MCInst *MI, raw_ostream &OS, OS << ']'; --i; // For loop increments element #. } - //MI->print(OS, 0); - OS << "\n"; // We successfully added a comment to this instruction. return true; -- cgit v1.2.3