From 3c20b34d24ceba2d0cf69e951c64ba9c22a6dba2 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 6 Mar 2019 02:00:22 +0000 Subject: [WebAssembly] Remove trailing whitespaces in tests (NFC) Reviewers: sbc100 Subscribers: dschuff, jgravelle-google, sunfish, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D58955 llvm-svn: 355472 --- llvm/test/DebugInfo/WebAssembly/dbg-value-move.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/DebugInfo/WebAssembly/dbg-value-move.ll') diff --git a/llvm/test/DebugInfo/WebAssembly/dbg-value-move.ll b/llvm/test/DebugInfo/WebAssembly/dbg-value-move.ll index 8514f3dcaa7..7ff79c560b9 100644 --- a/llvm/test/DebugInfo/WebAssembly/dbg-value-move.ll +++ b/llvm/test/DebugInfo/WebAssembly/dbg-value-move.ll @@ -11,7 +11,7 @@ ; All lifetime markers and attributes were removed. source_filename = "fib.c" ; void swap(int* a, int* b); -; +; ; __attribute__ ((visibility ("default"))) ; int fib(int n) { ; int i, t, a = 0, b = 1; -- cgit v1.2.3