From 35d711aee057ebc2ac913a956d7c144f522cbf8a Mon Sep 17 00:00:00 2001 From: David Tweed Date: Mon, 7 Jan 2013 13:41:55 +0000 Subject: 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 --- test/Transforms/LoopIdiom/X86/popcnt.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Transforms') diff --git a/test/Transforms/LoopIdiom/X86/popcnt.ll b/test/Transforms/LoopIdiom/X86/popcnt.ll index 6aa905f87f..2f458fb2f1 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; -- cgit v1.2.3