Revert "New generated main returns void"

This reverts commit 267800a7c0.
This commit is contained in:
Bastian Köcher 2017-12-27 01:23:28 +01:00
parent 5a4298b6d3
commit 09f94bea4a
2 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,4 @@
fn main() {
}
// CHECK: define void @main(i16, i8**)
// CHECK: define i16 @main(i16, i8**)

View File

@ -17,4 +17,4 @@
fn main() {
}
// CHECK: define void @main(i32, i8**)
// CHECK: define i32 @main(i32, i8**)