summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-10-05 11:16:24 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-10-05 11:16:24 +0000
commit7681b41720e359242c7837dd65d0c2ac51ead437 (patch)
tree6796180097d7b63d8bfb1863b5c1cc23d74f30b4 /llvm/test
parent614e17dddf787fa432c32506efad15db509c9812 (diff)
downloadbcm5719-llvm-7681b41720e359242c7837dd65d0c2ac51ead437.tar.gz
bcm5719-llvm-7681b41720e359242c7837dd65d0c2ac51ead437.zip
test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be inserted to @main as prologue on cygming, to fail.
llvm-svn: 115611
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/atomic_op.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/atomic_op.ll b/llvm/test/CodeGen/X86/atomic_op.ll
index 72ff97194db..84bae46414d 100644
--- a/llvm/test/CodeGen/X86/atomic_op.ll
+++ b/llvm/test/CodeGen/X86/atomic_op.ll
@@ -2,7 +2,7 @@
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
-define void @main(i32 %argc, i8** %argv) nounwind {
+define void @func(i32 %argc, i8** %argv) nounwind {
entry:
%argc.addr = alloca i32 ; <i32*> [#uses=1]
%argv.addr = alloca i8** ; <i8***> [#uses=1]
OpenPOWER on IntegriCloud