mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 12:39:19 +00:00
remove FIXME comments (fixed with r277738)
llvm-svn: 277744
This commit is contained in:
parent
d81623261a
commit
80f2eec4b2
@ -1015,7 +1015,6 @@ define i1 @icmp_eq_const(i32 %a) {
|
||||
ret i1 %c
|
||||
}
|
||||
|
||||
; FIXME: Vectors should fold the same way.
|
||||
define <2 x i1> @icmp_eq_const_vec(<2 x i32> %a) {
|
||||
; CHECK-LABEL: @icmp_eq_const_vec(
|
||||
; CHECK-NEXT: ret <2 x i1> zeroinitializer
|
||||
@ -1034,7 +1033,6 @@ define i1 @icmp_ne_const(i32 %a) {
|
||||
ret i1 %c
|
||||
}
|
||||
|
||||
; FIXME: Vectors should fold the same way.
|
||||
define <2 x i1> @icmp_ne_const_vec(<2 x i32> %a) {
|
||||
; CHECK-LABEL: @icmp_ne_const_vec(
|
||||
; CHECK-NEXT: ret <2 x i1> <i1 true, i1 true>
|
||||
|
Loading…
x
Reference in New Issue
Block a user