[llvm] 86e4d00 - [AArch64][SME] Fix out of date comment

Cullen Rhodes via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 09:47:04 PDT 2021


Author: Cullen Rhodes
Date: 2021-08-03T16:46:51Z
New Revision: 86e4d0059374d69ddde265cf6c69d32ce4499d63

URL: https://github.com/llvm/llvm-project/commit/86e4d0059374d69ddde265cf6c69d32ce4499d63
DIFF: https://github.com/llvm/llvm-project/commit/86e4d0059374d69ddde265cf6c69d32ce4499d63.diff

LOG: [AArch64][SME] Fix out of date comment

Missed in 3a349d22692c.

Added: 
    

Modified: 
    llvm/test/MC/AArch64/SME/feature.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AArch64/SME/feature.s b/llvm/test/MC/AArch64/SME/feature.s
index 374a5140d8a01..1276f60fe36e4 100644
--- a/llvm/test/MC/AArch64/SME/feature.s
+++ b/llvm/test/MC/AArch64/SME/feature.s
@@ -2,7 +2,7 @@
 // RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+sme-f64 < %s | FileCheck %s
 // RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+sme-i64 < %s | FileCheck %s
 
-// Verify +sme flags imply +sve2
+// Verify +sme flags imply +streaming-sve
 tbx z0.b, z1.b, z2.b
 // CHECK: tbx z0.b, z1.b, z2.b
 


        


More information about the llvm-commits mailing list