[LLVMdev] Kaleidoscope example control flow to c like control flow?
gafferuk
gafferuk at gmail.com
Fri Aug 13 15:48:58 PDT 2010
Can anyone point me in the right direction so i can have c like control flow
in the Kaleidoscope example.
for example in Kaleidoscope it's
if a < 5 then
//do something;
to
if (a < 5)
{
//do something
}
im trying to use LLVM to create an audio signal processing library/code for
my music application to create music synths and audio effects.
Thanks.
--
View this message in context: http://old.nabble.com/Kaleidoscope-example-control-flow-to-c-like-control-flow--tp29433750p29433750.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
More information about the llvm-dev
mailing list