diff options
author | David Tweed <david.tweed@arm.com> | 2013-01-07 13:41:55 +0000 |
---|---|---|
committer | David Tweed <david.tweed@arm.com> | 2013-01-07 13:41:55 +0000 |
commit | 3f9093753585be93f77ad6a52b47b873e9699934 (patch) | |
tree | 75d6e68cf04c8ed311e58eb9eb2db82a991d50f6 /llvm | |
parent | a11edf0ce37229747230cc751498e2f4539386af (diff) | |
download | bcm5719-llvm-3f9093753585be93f77ad6a52b47b873e9699934.tar.gz bcm5719-llvm-3f9093753585be93f77ad6a52b47b873e9699934.zip |
Fix a mistaken commit that included some debugging code.
llvm-svn: 171734
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/Transforms/LoopIdiom/X86/popcnt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopIdiom/X86/popcnt.ll b/llvm/test/Transforms/LoopIdiom/X86/popcnt.ll index 6aa905f87f9..2f458fb2f19 100644 --- a/llvm/test/Transforms/LoopIdiom/X86/popcnt.ll +++ b/llvm/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; |