[llvm-commits] [llvm] r112801 - /llvm/trunk/test/CodeGen/X86/twoaddr-coalesce.ll

NAKAMURA Takumi geek4civic at gmail.com
Wed Sep 1 20:45:52 PDT 2010


Author: chapuni
Date: Wed Sep  1 22:45:51 2010
New Revision: 112801

URL: http://llvm.org/viewvc/llvm-project?rev=112801&view=rev
Log:
test/twoaddr-coalesce: Do not use @main.
Win32 codegen emits implicit invoking __main into, to fail.

Modified:
    llvm/trunk/test/CodeGen/X86/twoaddr-coalesce.ll

Modified: llvm/trunk/test/CodeGen/X86/twoaddr-coalesce.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/twoaddr-coalesce.ll?rev=112801&r1=112800&r2=112801&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/twoaddr-coalesce.ll (original)
+++ llvm/trunk/test/CodeGen/X86/twoaddr-coalesce.ll Wed Sep  1 22:45:51 2010
@@ -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
 





More information about the llvm-commits mailing list