This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 00:12:50 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
0a8f9ff53b
llvm-mirror
/
test
/
FrontendC
/
2007-08-21-ComplexCst.c
4 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
Remove explicit uses of -emit-llvm, the test infrastructure adds it automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). llvm-svn: 120158
2010-11-25 22:24:35 +01:00
// RUN: %llvmgcc -O2 -S %s -o /dev/null
Test handling of complex constants as lvalues. llvm-svn: 41266
2007-08-22 07:58:22 +02:00
void
f
(
_Complex
float
z
)
;
void
g
(
)
{
f
(
1.0
i
)
;
}
Reference in New Issue
Copy Permalink