From: Philip Reames Date: Sat, 23 May 2015 00:05:43 +0000 (+0000) Subject: Correct a mistaken comment from 238071 [NFC] X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4e5aa77b3d38b1bc81d6a032dc9e0228e2fe7823;p=oota-llvm.git Correct a mistaken comment from 238071 [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238074 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/EarlyCSE/edge.ll b/test/Transforms/EarlyCSE/edge.ll index 94b29260375..267db679967 100644 --- a/test/Transforms/EarlyCSE/edge.ll +++ b/test/Transforms/EarlyCSE/edge.ll @@ -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(