diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/inlining-levels.ll')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/inlining-levels.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/COFF/inlining-levels.ll b/llvm/test/DebugInfo/COFF/inlining-levels.ll index ef6e869a8c3..6b09fe25603 100644 --- a/llvm/test/DebugInfo/COFF/inlining-levels.ll +++ b/llvm/test/DebugInfo/COFF/inlining-levels.ll @@ -20,13 +20,13 @@ ; OBJ: SubSectionType: Symbols (0xF1) ; OBJ: ProcStart { ; OBJ: InlineSite { -; OBJ: Inlinee: h (0x1003) +; OBJ: Inlinee: h (0x1004) ; OBJ: } ; OBJ: InlineSite { -; OBJ: Inlinee: g (0x1004) +; OBJ: Inlinee: g (0x1003) ; OBJ: } ; OBJ: InlineSite { -; OBJ: Inlinee: f (0x1005) +; OBJ: Inlinee: f (0x1002) ; OBJ: } ; OBJ: InlineSiteEnd { ; OBJ: } |

