[llvm] r191513 - Remove superfluous comment accidentally checked-in.

Andrea Di Biagio Andrea_DiBiagio at sn.scee.net
Fri Sep 27 05:13:59 PDT 2013


Author: adibiagio
Date: Fri Sep 27 07:13:58 2013
New Revision: 191513

URL: http://llvm.org/viewvc/llvm-project?rev=191513&view=rev
Log:
Remove superfluous comment accidentally checked-in.


Modified:
    llvm/trunk/test/CodeGen/X86/dagcombine-shifts.ll

Modified: llvm/trunk/test/CodeGen/X86/dagcombine-shifts.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/dagcombine-shifts.ll?rev=191513&r1=191512&r2=191513&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/dagcombine-shifts.ll (original)
+++ llvm/trunk/test/CodeGen/X86/dagcombine-shifts.ll Fri Sep 27 07:13:58 2013
@@ -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))





More information about the llvm-commits mailing list