[DAGCombiner] Update test comments for pr59898; NFC
authorchenglin.bi <chenglin.bi@linaro.org>
Wed, 11 Jan 2023 02:57:54 +0000 (10:57 +0800)
committerchenglin.bi <chenglin.bi@linaro.org>
Wed, 11 Jan 2023 02:57:54 +0000 (10:57 +0800)
llvm/test/CodeGen/AArch64/rotate.ll

index a70bc70..9d1e156 100644 (file)
@@ -18,7 +18,7 @@ define <2 x i64> @testcase(ptr %in) {
   ret <2 x i64> %4
 }
 
-;; This causes miscompile because rot combine
+;; This used to cause a miscompile because rot combine
 ;; doesn't handle negative shift well.
 define i5 @pr59898(i5 %x) {
 ; CHECK-LABEL: pr59898: