Skip to content

Commit

Permalink
Revert "New generated main returns void"
Browse files Browse the repository at this point in the history
This reverts commit 267800a.
  • Loading branch information
bkchr committed Dec 27, 2017
1 parent 5a4298b commit 09f94be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/codegen/abi-main-signature-16bit-c-int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
fn main() {
}

// CHECK: define void @main(i16, i8**)
// CHECK: define i16 @main(i16, i8**)
2 changes: 1 addition & 1 deletion src/test/codegen/abi-main-signature-32bit-c-int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
fn main() {
}

// CHECK: define void @main(i32, i8**)
// CHECK: define i32 @main(i32, i8**)

0 comments on commit 09f94be

Please sign in to comment.