Skip to content

Commit 1edf12a

Browse files
committed
---
yaml --- r: 63437 b: refs/heads/snap-stage3 c: 62e86e0 h: refs/heads/master i: 63435: 74953d3 v: v3
1 parent 8a84b95 commit 1edf12a

File tree

4 files changed

+97
-96
lines changed

4 files changed

+97
-96
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 00bb15bf726e0aa440557131224bdab77dd46682
4+
refs/heads/snap-stage3: 62e86e044db030b2ffb7883075720360a8dccdd4
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustc/lib/llvm.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -966,10 +966,10 @@ pub mod llvm {
966966
-> BasicBlockRef;
967967
#[fast_ffi]
968968
pub unsafe fn LLVMDeleteBasicBlock(BB: BasicBlockRef);
969-
969+
970970
#[fast_ffi]
971971
pub unsafe fn LLVMMoveBasicBlockAfter(BB: BasicBlockRef, MoveAfter: BasicBlockRef);
972-
972+
973973
#[fast_ffi]
974974
pub unsafe fn LLVMMoveBasicBlockBefore(BB: BasicBlockRef, MoveBefore: BasicBlockRef);
975975

@@ -2072,13 +2072,13 @@ pub mod llvm {
20722072
Val: ValueRef,
20732073
VarInfo: DIVariable,
20742074
InsertAtEnd: BasicBlockRef) -> ValueRef;
2075-
2075+
20762076
#[fast_ffi]
20772077
pub unsafe fn LLVMDIBuilderInsertDeclareBefore(
20782078
Builder: DIBuilderRef,
20792079
Val: ValueRef,
20802080
VarInfo: DIVariable,
2081-
InsertBefore: ValueRef) -> ValueRef;
2081+
InsertBefore: ValueRef) -> ValueRef;
20822082
}
20832083
}
20842084

branches/snap-stage3/src/librustc/middle/trans/base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ pub fn trans_closure(ccx: @mut CrateContext,
19071907

19081908
finish(bcx);
19091909
cleanup_and_Br(bcx, bcx_top, fcx.llreturn);
1910-
1910+
19111911
unsafe { llvm::LLVMMoveBasicBlockAfter(fcx.llreturn, bcx.llbb); }
19121912

19131913
// Insert the mandatory first few basic blocks before lltop.

0 commit comments

Comments
 (0)