summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-08-11 14:35:29 +0000
committerSanjay Patel <spatel@rotateright.com>2015-08-11 14:35:29 +0000
commitc454f07eb1997820f0a3203350c523b5d697bf34 (patch)
tree18f84219445c37cbcdc0a8a26fdccebd7cd94ef8 /llvm
parent74ca3126663217a4afce759e342a074f9d91c831 (diff)
downloadbcm5719-llvm-c454f07eb1997820f0a3203350c523b5d697bf34.tar.gz
bcm5719-llvm-c454f07eb1997820f0a3203350c523b5d697bf34.zip
delete FIXME comment; it's fixed
llvm-svn: 244605
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/AArch64/mul-lohi.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/mul-lohi.ll b/llvm/test/CodeGen/AArch64/mul-lohi.ll
index 7237af28261..e93521858a3 100644
--- a/llvm/test/CodeGen/AArch64/mul-lohi.ll
+++ b/llvm/test/CodeGen/AArch64/mul-lohi.ll
@@ -33,8 +33,6 @@ define i128 @test_128bitmul_optsize(i128 %lhs, i128 %rhs) optsize {
ret i128 %prod
}
-; FIXME: This should be the same as the optsize test above.
-
define i128 @test_128bitmul_minsize(i128 %lhs, i128 %rhs) minsize {
; CHECK-LABEL: test_128bitmul_minsize:
; CHECK: umulh [[HI:x[0-9]+]], x0, x2
OpenPOWER on IntegriCloud