[PhaseOrdering] remove stale comments; NFC
Forgot to update this with rL331937. llvm-svn: 331939
This commit is contained in:
parent
679dafe69e
commit
6f2cf73b37
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue