repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
Frontend
/
ir-support-codegen.ll
blob
046b3af1c3ed665a6d21863f92a6bcd5f377c9c3
1
; RUN: %clang_cc1 -S -o - %s | FileCheck %s
2
3
target triple = "x86_64-apple-darwin10"
4
5
; CHECK: .globl _f0
6
define i32 @f0() nounwind ssp {
7
ret i32 0
8
}