forked from OSchip/llvm-project
test/twoaddr-coalesce: Do not use @main.
Win32 codegen emits implicit invoking __main into, to fail. llvm-svn: 112801
This commit is contained in:
parent
288bdf9c1d
commit
54ce546865
|
@ -3,7 +3,7 @@
|
|||
|
||||
@"\01LC" = internal constant [4 x i8] c"%d\0A\00" ; <[4 x i8]*> [#uses=1]
|
||||
|
||||
define i32 @main() nounwind {
|
||||
define i32 @foo() nounwind {
|
||||
bb1.thread:
|
||||
br label %bb1
|
||||
|
||||
|
|
Loading…
Reference in New Issue