Go to file
Chris Lattner c8dbe1e5d6 Warn about unsupported codegen with the diags machinery, giving us:
t.c:3322:5: warning: cannot codegen this yet
    __asm__ ("bswap   %0" : "+r" (_data));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

instead of:

Unimplemented stmt!
(AsmStmt 0x80eaa0 <t.c:3331:5, line:3334:28>)

llvm-svn: 44501
2007-12-02 01:40:18 +00:00
clang Warn about unsupported codegen with the diags machinery, giving us: 2007-12-02 01:40:18 +00:00
llvm Adding ocamldoc-style comments for the Ocaml bindings. 2007-12-01 21:01:15 +00:00