diff options
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r-- | llvm/test/DebugInfo/COFF/inlining.ll | 2 | ||||
-rw-r--r-- | llvm/test/DebugInfo/PDB/pdbdump-headers.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/COFF/inlining.ll b/llvm/test/DebugInfo/COFF/inlining.ll index 24bb1c6474d..c70c79f9cad 100644 --- a/llvm/test/DebugInfo/COFF/inlining.ll +++ b/llvm/test/DebugInfo/COFF/inlining.ll @@ -76,7 +76,7 @@ ; OBJ: TypeLeafKind: LF_ARGLIST (0x1201) ; OBJ: NumArgs: 0 ; OBJ: } -; OBJ: ProcedureType (0x1001) { +; OBJ: Procedure (0x1001) { ; OBJ: TypeLeafKind: LF_PROCEDURE (0x1008) ; OBJ: ReturnType: void (0x3) ; OBJ: NumParameters: 0 diff --git a/llvm/test/DebugInfo/PDB/pdbdump-headers.test b/llvm/test/DebugInfo/PDB/pdbdump-headers.test index 910ee9416f2..a9ad73f9fb6 100644 --- a/llvm/test/DebugInfo/PDB/pdbdump-headers.test +++ b/llvm/test/DebugInfo/PDB/pdbdump-headers.test @@ -257,7 +257,7 @@ ; EMPTY-NEXT: ) ; EMPTY-NEXT: } ; EMPTY-NEXT: { -; EMPTY-NEXT: ProcedureType (0x1001) { +; EMPTY-NEXT: Procedure (0x1001) { ; EMPTY-NEXT: TypeLeafKind: LF_PROCEDURE (0x1008) ; EMPTY-NEXT: ReturnType: int (0x74) ; EMPTY-NEXT: CallingConvention: NearC (0x0) |