summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
diff options
context:
space:
mode:
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2013-09-27 12:13:58 +0000
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2013-09-27 12:13:58 +0000
commit4cc117883d98c67d90d5fe15a6dc63af8e9dcf7a (patch)
treede17baa0a671c0d6e28402393db9872ffe7fac59 /test/CodeGen/X86
parente1b1a684dd1459a40b9ee1f46eb865ba9e2133c1 (diff)
downloadllvm-4cc117883d98c67d90d5fe15a6dc63af8e9dcf7a.tar.gz
llvm-4cc117883d98c67d90d5fe15a6dc63af8e9dcf7a.tar.bz2
llvm-4cc117883d98c67d90d5fe15a6dc63af8e9dcf7a.tar.xz
Remove superfluous comment accidentally checked-in.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r--test/CodeGen/X86/dagcombine-shifts.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/X86/dagcombine-shifts.ll b/test/CodeGen/X86/dagcombine-shifts.ll
index aed3550a9a..e5a67d7efc 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))