Remove superfluous comment accidentally checked-in.

llvm-svn: 191513
This commit is contained in:
Andrea Di Biagio 2013-09-27 12:13:58 +00:00
parent 9ea9ff2da7
commit 63192f635e
1 changed files with 0 additions and 2 deletions

View File

@ -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))