Fix a mistaken commit that included some debugging code.
authorDavid Tweed <david.tweed@arm.com>
Mon, 7 Jan 2013 13:41:55 +0000 (13:41 +0000)
committerDavid Tweed <david.tweed@arm.com>
Mon, 7 Jan 2013 13:41:55 +0000 (13:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171734 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopIdiom/X86/popcnt.ll

index 6aa905f87f9e15bfa3a2b16134d40cd4b5688150..2f458fb2f1980242e43921f79eb92d050eef94b9 100644 (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;