Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
1b3b7cb15cbd02b7283bbf3ce7c0e9b0da30ef9d
/
.
/
test
/
Frontend
/
ir-support-codegen.ll
blob: 046b3af1c3ed665a6d21863f92a6bcd5f377c9c3 [
file
] [
log
] [
blame
]
Daniel Dunbar
4cbbd94
2010-06-07 23:27:59 +0000
[
diff
] [
blame
]
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
}