[PhaseOrdering] remove stale comments; NFC

Forgot to update this with rL331937.

llvm-svn: 331939
This commit is contained in:
Sanjay Patel 2018-05-09 23:10:46 +00:00
parent 679dafe69e
commit 6f2cf73b37
1 changed files with 0 additions and 4 deletions

View File

@ -72,8 +72,6 @@ define i32 @anyset(i32 %a) {
ret i32 %conv
}
; FIXME: aggressive-instcombine does not match this yet.
define i32 @allset(i32 %a) {
; CHECK-LABEL: @allset(
; CHECK-NEXT: [[TMP1:%.*]] = and i32 [[A:%.*]], 15
@ -102,8 +100,6 @@ define i32 @allset(i32 %a) {
ret i32 %conv
}
; FIXME: aggressive-instcombine does not match this yet.
define i32 @anyclear(i32 %a) {
; CHECK-LABEL: @anyclear(
; CHECK-NEXT: [[TMP1:%.*]] = and i32 [[A:%.*]], 15