From cfab8b4b765c3c50ac9ce06054dbe109e73d336c Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 4 Sep 2018 21:51:32 +0000 Subject: [WebAssembly][NFC] Add colon to label in test llvm-svn: 341414 --- llvm/test/CodeGen/WebAssembly/simd.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/WebAssembly') diff --git a/llvm/test/CodeGen/WebAssembly/simd.ll b/llvm/test/CodeGen/WebAssembly/simd.ll index 0971d375ff7..7a12b29f237 100644 --- a/llvm/test/CodeGen/WebAssembly/simd.ll +++ b/llvm/test/CodeGen/WebAssembly/simd.ll @@ -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> -- cgit v1.2.3