diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2016-08-04 18:14:02 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2016-08-04 18:14:02 +0000 |
| commit | 80f2eec4b2ef99243200336354f6879a1098aa07 (patch) | |
| tree | ad530fa464f66d41f63e07688284552d7fb4d182 | |
| parent | d81623261a37df030694bbf8035d005cc7322e64 (diff) | |
| download | bcm5719-llvm-80f2eec4b2ef99243200336354f6879a1098aa07.tar.gz bcm5719-llvm-80f2eec4b2ef99243200336354f6879a1098aa07.zip | |
remove FIXME comments (fixed with r277738)
llvm-svn: 277744
| -rw-r--r-- | llvm/test/Transforms/InstSimplify/compare.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstSimplify/compare.ll b/llvm/test/Transforms/InstSimplify/compare.ll index ece58483c6d..5c1bbc0c61c 100644 --- a/llvm/test/Transforms/InstSimplify/compare.ll +++ b/llvm/test/Transforms/InstSimplify/compare.ll @@ -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> |

