[llvm] r341414 - [WebAssembly][NFC] Add colon to label in test

Thomas Lively via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 4 14:51:32 PDT 2018


Author: tlively
Date: Tue Sep  4 14:51:32 2018
New Revision: 341414

URL: http://llvm.org/viewvc/llvm-project?rev=341414&view=rev
Log:
[WebAssembly][NFC] Add colon to label in test

Modified:
    llvm/trunk/test/CodeGen/WebAssembly/simd.ll

Modified: llvm/trunk/test/CodeGen/WebAssembly/simd.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/WebAssembly/simd.ll?rev=341414&r1=341413&r2=341414&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/WebAssembly/simd.ll (original)
+++ llvm/trunk/test/CodeGen/WebAssembly/simd.ll Tue Sep  4 14:51:32 2018
@@ -162,7 +162,7 @@ define <8 x i16> @splat_v8i16(i16 %x) {
   ret <8 x i16> %res
 }
 
-; CHECK-LABEL: const_splat_v8i16
+; CHECK-LABEL: const_splat_v8i16:
 ; SIMD128; i16x8.splat
 define <8 x i16> @const_splat_v8i16() {
   ret <8 x i16> <i16 42, i16 42, i16 42, i16 42, i16 42, i16 42, i16 42, i16 42>




More information about the llvm-commits mailing list