mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[PhaseOrdering] remove stale comments; NFC
Forgot to update this with rL331937. llvm-svn: 331939
This commit is contained in:
parent
882473d8a9
commit
7e1eb25449
@ -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…
x
Reference in New Issue
Block a user