aboutsummaryrefslogtreecommitdiffstats
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
parentd80d608f768e0083122f74df80465effcd70f076 (diff)
downloadexternal_llvm-35d711aee057ebc2ac913a956d7c144f522cbf8a.zip
external_llvm-35d711aee057ebc2ac913a956d7c144f522cbf8a.tar.gz
external_llvm-35d711aee057ebc2ac913a956d7c144f522cbf8a.tar.bz2
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
-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 6aa905f..2f458fb 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;