Correct a mistaken comment from 238071 [NFC]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238074 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Philip Reames 2015-05-23 00:05:43 +00:00
parent 7c4f3dcc5e
commit 4e5aa77b3d

View 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(