[llvm-commits] [llvm] r171734 - /llvm/trunk/test/Transforms/LoopIdiom/X86/popcnt.ll

David Tweed david.tweed at arm.com
Mon Jan 7 05:41:55 PST 2013


Author: davidtweed
Date: Mon Jan  7 07:41:55 2013
New Revision: 171734

URL: http://llvm.org/viewvc/llvm-project?rev=171734&view=rev
Log:
Fix a mistaken commit that included some debugging code.

Modified:
    llvm/trunk/test/Transforms/LoopIdiom/X86/popcnt.ll

Modified: llvm/trunk/test/Transforms/LoopIdiom/X86/popcnt.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopIdiom/X86/popcnt.ll?rev=171734&r1=171733&r2=171734&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopIdiom/X86/popcnt.ll (original)
+++ llvm/trunk/test/Transforms/LoopIdiom/X86/popcnt.ll Mon Jan  7 07:41:55 2013
@@ -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;





More information about the llvm-commits mailing list