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-live-interval.ll | 2 +- llvm/test/DebugInfo/WebAssembly/dbg-value-move.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/DebugInfo/WebAssembly') diff --git a/llvm/test/DebugInfo/WebAssembly/dbg-value-live-interval.ll b/llvm/test/DebugInfo/WebAssembly/dbg-value-live-interval.ll index c43678e3c4f..c216d0d3641 100644 --- a/llvm/test/DebugInfo/WebAssembly/dbg-value-live-interval.ll +++ b/llvm/test/DebugInfo/WebAssembly/dbg-value-live-interval.ll @@ -9,7 +9,7 @@ ; ModuleID = 'fib.bc' source_filename = "fib.c" ; void swap(int* a, int* b); -; +; ; __attribute__ ((visibility ("default"))) ; int fib(int n) { ; int i, t, a = 0, b = 1; 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