[llvm-commits] [llvm] r47802 - in /llvm/trunk: include/llvm/BasicBlock.h include/llvm/Bitcode/LLVMBitCodes.h lib/AsmParser/LLLexer.cpp lib/AsmParser/llvmAsmParser.y lib/Bitcode/Reader/BitcodeReader.cpp lib/Bitcode/Writer/BitcodeWriter.cpp lib/VMCore/AsmWriter.cpp lib/VMCore/BasicBlock.cpp test/Feature/unwindto.ll tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
Duncan Sands
baldrick at free.fr
Sun Mar 9 00:51:06 PST 2008
Hi Nick, thanks for doing this!
> +entry: unwind_to %target
how about
entry: unwind %target
or
entry: unwinds %target
I don't much like the underscore...
Ciao,
Duncan.
More information about the llvm-commits
mailing list