File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -536,12 +536,6 @@ class UserLabel {
536
536
537
537
namespace llvm {
538
538
539
- // / Implementation of the LiveDebugVariables pass.
540
-
541
- LiveDebugVariables::LiveDebugVariables () = default ;
542
- LiveDebugVariables::~LiveDebugVariables () = default ;
543
- LiveDebugVariables::LiveDebugVariables (LiveDebugVariables &&) = default ;
544
-
545
539
class LiveDebugVariables ::LDVImpl {
546
540
LocMap::Allocator allocator;
547
541
MachineFunction *MF = nullptr ;
@@ -683,6 +677,12 @@ class LiveDebugVariables::LDVImpl {
683
677
void print (raw_ostream&);
684
678
};
685
679
680
+ // / Implementation of the LiveDebugVariables pass.
681
+
682
+ LiveDebugVariables::LiveDebugVariables () = default ;
683
+ LiveDebugVariables::~LiveDebugVariables () = default ;
684
+ LiveDebugVariables::LiveDebugVariables (LiveDebugVariables &&) = default ;
685
+
686
686
} // namespace llvm
687
687
688
688
static void printDebugLoc (const DebugLoc &DL, raw_ostream &CommentOS,
You can’t perform that action at this time.
0 commit comments