summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopIdiom
diff options
context:
space:
mode:
authorDavid Tweed <david.tweed@arm.com>2013-01-07 13:41:55 +0000
committerDavid Tweed <david.tweed@arm.com>2013-01-07 13:41:55 +0000
commit35d711aee057ebc2ac913a956d7c144f522cbf8a (patch)
tree14d1179a1c9064d29a555ef0f48992eb26664707 /test/Transforms/LoopIdiom
parentd80d608f768e0083122f74df80465effcd70f076 (diff)
downloadllvm-35d711aee057ebc2ac913a956d7c144f522cbf8a.tar.gz
llvm-35d711aee057ebc2ac913a956d7c144f522cbf8a.tar.bz2
llvm-35d711aee057ebc2ac913a956d7c144f522cbf8a.tar.xz
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
Diffstat (limited to 'test/Transforms/LoopIdiom')
-rw-r--r--test/Transforms/LoopIdiom/X86/popcnt.ll2
1 files changed, 1 insertions, 1 deletions
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;