From: Andrea Di Biagio Date: Fri, 27 Sep 2013 12:13:58 +0000 (+0000) Subject: Remove superfluous comment accidentally checked-in. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4cc117883d98c67d90d5fe15a6dc63af8e9dcf7a;p=oota-llvm.git Remove superfluous comment accidentally checked-in. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191513 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/dagcombine-shifts.ll b/test/CodeGen/X86/dagcombine-shifts.ll index aed3550a9af..e5a67d7efc1 100644 --- a/test/CodeGen/X86/dagcombine-shifts.ll +++ b/test/CodeGen/X86/dagcombine-shifts.ll @@ -1,5 +1,3 @@ -; SCE: bug 39153 - ; RUN: llc < %s -mtriple=x86_64-linux-gnu | FileCheck %s ; fold (shl (zext (lshr (A, X))), X) -> (zext (shl (lshr (A, X)), X))