Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d85260827ce64ae0e8a24a57aa48e7898b51e90d
/
.
/
llvm
/
test
/
CodeGen
/
CPP
/
2007-06-16-Funcname.ll
blob: 71fea12d9c2c941c9194bbaae66fa9dd623a3c82 [
file
] [
log
] [
blame
]
Dan Gohman
c8054d9
2009-09-09 00:09:15 +0000
[
diff
] [
blame
]
1
; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule
Nick Lewycky
7aa84fe
2007-06-16 16:17:35 +0000
[
diff
] [
blame
]
2
; PR1515
3
4
define
void
@foo
()
{
5
ret
void
6
}
7