[llvm] r264704 - fixed typo - CHECK-LABEL

Junmo Park via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 00:03:27 PDT 2016


Author: flyingforyou
Date: Tue Mar 29 02:03:27 2016
New Revision: 264704

URL: http://llvm.org/viewvc/llvm-project?rev=264704&view=rev
Log:
fixed typo - CHECK-LABEL

Modified:
    llvm/trunk/test/DebugInfo/AArch64/line-header.ll

Modified: llvm/trunk/test/DebugInfo/AArch64/line-header.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/AArch64/line-header.ll?rev=264704&r1=264703&r2=264704&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/AArch64/line-header.ll (original)
+++ llvm/trunk/test/DebugInfo/AArch64/line-header.ll Tue Mar 29 02:03:27 2016
@@ -2,5 +2,5 @@
 ; RUN: llc -mtriple=aarch64_be-none-linux -O0 -filetype=obj - < %S/../Inputs/line.ll | llvm-dwarfdump - | FileCheck %s
 
 ; check line table length is correctly calculated for both big and little endian
-CHECK_LABEL: .debug_line contents:
+CHECK-LABEL: .debug_line contents:
 CHECK: total_length: 0x0000003c




More information about the llvm-commits mailing list