diff options
| author | Heejin Ahn <aheejin@gmail.com> | 2019-03-06 02:00:22 +0000 | 
|---|---|---|
| committer | Heejin Ahn <aheejin@gmail.com> | 2019-03-06 02:00:22 +0000 | 
| commit | 3c20b34d24ceba2d0cf69e951c64ba9c22a6dba2 (patch) | |
| tree | 40237d9ab978686e9cdd521d4ba977c7769caf2f /llvm/test/DebugInfo/WebAssembly/dbg-value-live-interval.ll | |
| parent | a4223f9e5f49f25b5924919a429657977eb0e6e2 (diff) | |
| download | bcm5719-llvm-3c20b34d24ceba2d0cf69e951c64ba9c22a6dba2.tar.gz bcm5719-llvm-3c20b34d24ceba2d0cf69e951c64ba9c22a6dba2.zip | |
[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
Diffstat (limited to 'llvm/test/DebugInfo/WebAssembly/dbg-value-live-interval.ll')
| -rw-r--r-- | llvm/test/DebugInfo/WebAssembly/dbg-value-live-interval.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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; | 

