diff options
| author | Thomas Lively <tlively@google.com> | 2018-09-04 21:51:32 +0000 |
|---|---|---|
| committer | Thomas Lively <tlively@google.com> | 2018-09-04 21:51:32 +0000 |
| commit | cfab8b4b765c3c50ac9ce06054dbe109e73d336c (patch) | |
| tree | 503f7e2f4cafda8c6711832b58094a9ca54b7655 /llvm | |
| parent | dfe089dfd1e6ed1320730581392e14648a075cc2 (diff) | |
| download | bcm5719-llvm-cfab8b4b765c3c50ac9ce06054dbe109e73d336c.tar.gz bcm5719-llvm-cfab8b4b765c3c50ac9ce06054dbe109e73d336c.zip | |
[WebAssembly][NFC] Add colon to label in test
llvm-svn: 341414
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/simd.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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> <i16 42, i16 42, i16 42, i16 42, i16 42, i16 42, i16 42, i16 42> |

