[llvm] 9f7b0a3 - [MC][test] Fix a typo

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 22 09:25:51 PST 2023


Author: Sergei Barannikov
Date: 2023-01-22T20:25:00+03:00
New Revision: 9f7b0a3b6c03268d054652c48619f96677fafcd4

URL: https://github.com/llvm/llvm-project/commit/9f7b0a3b6c03268d054652c48619f96677fafcd4
DIFF: https://github.com/llvm/llvm-project/commit/9f7b0a3b6c03268d054652c48619f96677fafcd4.diff

LOG: [MC][test] Fix a typo

Added: 
    

Modified: 
    llvm/test/MC/AArch64/neon-diagnostics.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AArch64/neon-diagnostics.s b/llvm/test/MC/AArch64/neon-diagnostics.s
index 0e791897406f2..481a5ddd6a83f 100644
--- a/llvm/test/MC/AArch64/neon-diagnostics.s
+++ b/llvm/test/MC/AArch64/neon-diagnostics.s
@@ -792,7 +792,7 @@
 // CHECK-ERROR:        fcmlt v29.2d, v5.2d, #2
 // CHECK-ERROR:                              ^
 
-/-----------------------------------------------------------------------
+//-----------------------------------------------------------------------
 // Vector Integer Halving Add (Signed)
 // Vector Integer Halving Add (Unsigned)
 // Vector Integer Halving Sub (Signed)


        


More information about the llvm-commits mailing list