Correct a mistaken comment from 238071 [NFC]
authorPhilip Reames <listmail@philipreames.com>
Sat, 23 May 2015 00:05:43 +0000 (00:05 +0000)
committerPhilip Reames <listmail@philipreames.com>
Sat, 23 May 2015 00:05:43 +0000 (00:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238074 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/EarlyCSE/edge.ll

index 94b2926037545c52b83ee8187ad678b9f462bcdd..267db679967b80f021a52b928c603da0daef4ae8 100644 (file)
@@ -1,8 +1,7 @@
 ; RUN: opt -early-cse -S < %s | FileCheck %s
 ; Same as GVN/edge.ll, but updated to reflect EarlyCSE's less powerful
-; implementation.  EarlyCSE doesn't yet handle uses on edges where the
-; source is dominated, but the dest is not.  Nor does it reason about 
-; fcmps. This file can basically be seen as a list of TODOs.
+; implementation.  EarlyCSE currently doesn't exploit equality comparisons
+; against constants.
 
 define i32 @f1(i32 %x) {
   ; CHECK-LABEL: define i32 @f1(