summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/WebAssembly
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/WebAssembly')
-rw-r--r--llvm/test/DebugInfo/WebAssembly/dbg-value-live-interval.ll2
-rw-r--r--llvm/test/DebugInfo/WebAssembly/dbg-value-move.ll2
2 files changed, 2 insertions, 2 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;
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;
OpenPOWER on IntegriCloud