mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
test/twoaddr-coalesce: Do not use @main.
Win32 codegen emits implicit invoking __main into, to fail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d00bfe1f8d
commit
fd03a5124d
@ -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
Block a user