From: David Tweed Date: Mon, 7 Jan 2013 13:41:55 +0000 (+0000) Subject: Fix a mistaken commit that included some debugging code. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=35d711aee057ebc2ac913a956d7c144f522cbf8a;p=oota-llvm.git Fix a mistaken commit that included some debugging code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171734 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopIdiom/X86/popcnt.ll b/test/Transforms/LoopIdiom/X86/popcnt.ll index 6aa905f87f9..2f458fb2f19 100644 --- a/test/Transforms/LoopIdiom/X86/popcnt.ll +++ b/test/Transforms/LoopIdiom/X86/popcnt.ll @@ -1,5 +1,5 @@ ; RUN: opt -loop-idiom < %s -mtriple=x86_64-apple-darwin -mcpu=corei7 -S | FileCheck %s -booom + ;To recognize this pattern: ;int popcount(unsigned long long a) { ; int c = 0;