File tree Expand file tree Collapse file tree 6 files changed +5
-18
lines changed Expand file tree Collapse file tree 6 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 1
- //===--- HeapObject.h - ABI constants for heap objects ----------- *- C++ *-===//
1
+ // ===--- HeapObject.h - ABI constants for heap objects ----------*- C++ - *-===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===--- KeyPath.h - ABI constants for key path objects ---------- *- C++ *-===//
1
+ // ===--- KeyPath.h - ABI constants for key path objects ---------*- C++ - *-===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change @@ -329,19 +329,6 @@ class IRGenDebugInfoImpl : public IRGenDebugInfo {
329
329
}
330
330
return true ;
331
331
}
332
-
333
- bool lineNumberIsSane (IRBuilder &Builder, unsigned Line) {
334
- if (IGM.IRGen .Opts .Optimize )
335
- return true ;
336
-
337
- // Assert monotonically increasing line numbers within the same basic block;
338
- llvm::BasicBlock *CurBasicBlock = Builder.GetInsertBlock ();
339
- if (CurBasicBlock == LastBasicBlock) {
340
- return Line >= LastDebugLoc.Line ;
341
- }
342
- LastBasicBlock = CurBasicBlock;
343
- return true ;
344
- }
345
332
#endif
346
333
347
334
llvm::DIFile *getOrCreateFile (StringRef Filename) {
Original file line number Diff line number Diff line change 1
- // ===--- TypeOfMigratorPass.cpp ------------------------------------------===//
1
+ // ===--- TypeOfMigratorPass.cpp ------------------------------------------- ===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===--- KeyPath.h - ABI constants for key path objects ---------- *- C++ *-===//
1
+ // ===--- KeyPath.h - ABI constants for key path objects ---------*- C++ - *-===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===--- NSIndexPathShims.h - Foundation declarations for IndexPath overlay -===//
1
+ // ===--- NSIndexPathShims.h - Found. decl. for IndexPath overl. -*- C++ -* -===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
You can’t perform that action at this time.
0 commit comments