summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2019-08-26 20:49:26 +0000
committerVedant Kumar <vsk@apple.com>2019-08-26 20:49:26 +0000
commitb37dfed52ebac372015abfb1ebbb9da091c96433 (patch)
tree0dd0e4cab1d8d9d7b1cd9be9203e50061b438a3b
parentcf3b5559739576cd77034b1a86e3178b318b10ae (diff)
downloadbcm5719-llvm-b37dfed52ebac372015abfb1ebbb9da091c96433.tar.gz
bcm5719-llvm-b37dfed52ebac372015abfb1ebbb9da091c96433.zip
[test] Remove extra spaces from a test, NFC
llvm-svn: 369963
-rw-r--r--llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir b/llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir
index c136d41ebc8..3967360f4f8 100644
--- a/llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir
+++ b/llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir
@@ -17,9 +17,9 @@
; ModuleID = 'multiple-param-dbg-value-entry.ll'
source_filename = "multiple-param-dbg-value-entry.c"
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
-
+
@global = common dso_local local_unnamed_addr global i32 0, align 4, !dbg !0
-
+
define dso_local i32 @foo(i32 %p, i32 %q, i32 %r) local_unnamed_addr !dbg !11 {
entry:
call void @llvm.dbg.value(metadata i32 %p, metadata !15, metadata !DIExpression()), !dbg !18
@@ -30,14 +30,14 @@
tail call void asm sideeffect "", "~{edi},~{esi},~{edx},~{dirflag},~{fpsr},~{flags}"(), !dbg !18, !srcloc !19
ret i32 123, !dbg !18
}
-
+
; Function Attrs: nounwind readnone speculatable
declare void @llvm.dbg.value(metadata, metadata, metadata)
-
+
!llvm.dbg.cu = !{!2}
!llvm.module.flags = !{!7, !8, !9}
!llvm.ident = !{!10}
-
+
!0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
!1 = distinct !DIGlobalVariable(name: "global", scope: !2, file: !3, line: 8, type: !6, isLocal: false, isDefinition: true)
!2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 9.0.0 ", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !5, nameTableKind: None)
@@ -64,12 +64,12 @@
name: foo
alignment: 4
tracksRegLiveness: true
-liveins:
+liveins:
- { reg: '$edi' }
body: |
bb.0.entry:
liveins: $edi
-
+
DBG_VALUE $edi, $noreg, !15, !DIExpression(), debug-location !18
DBG_VALUE $edi, $noreg, !15, !DIExpression(), debug-location !18
DBG_VALUE $esi, $noreg, !16, !DIExpression(), debug-location !18
OpenPOWER on IntegriCloud