[llvm] 67d0e21 - [NFC][test] Add missing ':' after 'CHECK'

Djordje Todorovic via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 00:13:47 PDT 2020


Author: Djordje Todorovic
Date: 2020-05-15T09:13:11+02:00
New Revision: 67d0e2160c4dcad4182ca05df16264d779e0be59

URL: https://github.com/llvm/llvm-project/commit/67d0e2160c4dcad4182ca05df16264d779e0be59
DIFF: https://github.com/llvm/llvm-project/commit/67d0e2160c4dcad4182ca05df16264d779e0be59.diff

LOG: [NFC][test] Add missing ':' after 'CHECK'

Without the ':' the check command doesn't do anything.
This typo was introduced along with the commit for the D77789.

Added: 
    

Modified: 
    llvm/test/tools/llvm-dwarfdump/X86/statistics.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-dwarfdump/X86/statistics.ll b/llvm/test/tools/llvm-dwarfdump/X86/statistics.ll
index 2683db3efbab..589375ac6f55 100644
--- a/llvm/test/tools/llvm-dwarfdump/X86/statistics.ll
+++ b/llvm/test/tools/llvm-dwarfdump/X86/statistics.ll
@@ -44,7 +44,7 @@
 ; Because of the dbg.value in the middle of the function, the pc range coverage
 ; must be below 100%.
 ; CHECK-NOT: "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)":0
-; CHECK-NOT "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)":[[BYTES]]
+; CHECK-NOT: "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)":[[BYTES]]
 ; CHECK: "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)":
 ; CHECK: "#bytes witin functions":[[FUNCSIZE:[0-9]+]]
 ; CHECK: "#bytes witin inlined functions":[[INLINESIZE:[0-9]+]]


        


More information about the llvm-commits mailing list