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
This commit is contained in:
David Tweed 2013-01-07 13:41:55 +00:00
parent d80d608f76
commit 35d711aee0

View File

@ -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;