1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[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 882473d8a9
commit 7e1eb25449

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