diff options
| author | Kiran <kiran.sturt@arm.com> | 2024-08-27 10:46:18 +0100 |
|---|---|---|
| committer | Kiran <kiran.sturt@arm.com> | 2024-08-27 10:46:18 +0100 |
| commit | ad468da03815478ceab7c553e651c1a39a479738 (patch) | |
| tree | 9ad03c850e3309f86f20c869b8fc96d529a0a918 /llvm/lib/CodeGen/CallingConvLower.cpp | |
| parent | 1a908c6be3317bbbac73e6a6fc52cabefbdebf7d (diff) | |
Revert "Seperate frontend changes, add debug directives, remove redundant stuff from tests"
This reverts commit 1a908c6be3317bbbac73e6a6fc52cabefbdebf7d.
Diffstat (limited to 'llvm/lib/CodeGen/CallingConvLower.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/CallingConvLower.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/CallingConvLower.cpp b/llvm/lib/CodeGen/CallingConvLower.cpp index 388847629443..7ba3ea83115d 100644 --- a/llvm/lib/CodeGen/CallingConvLower.cpp +++ b/llvm/lib/CodeGen/CallingConvLower.cpp @@ -291,7 +291,6 @@ bool CCState::resultsCompatible(CallingConv::ID CalleeCC, RVLocs2.end(), AreCompatible); } -#ifndef NDEBUG void CCState::dump() const { dbgs() << "CCState:\n"; for (const CCValAssign &Loc : Locs) { @@ -352,4 +351,3 @@ void CCState::dump() const { dbgs() << "\n"; } } -#endif
\ No newline at end of file |
