[llvm-dev] Must switch instruction be in multiple lines (original) (raw)
Peng Yu via llvm-dev llvm-dev at lists.llvm.org
Mon Jan 28 07:43:31 PST 2019
- Previous message: [llvm-dev] lld write wrong symbol value in .data section if enable -pie
- Next message: [llvm-dev] Must switch instruction be in multiple lines
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
The langref shows the following. It is in multiple llines. Is there a way to make it in one line. Or the format requires it to be in multiple lines.
switch i32 %val, label %otherwise [ i32 0, label %onzero i32 1, label %onone i32 2, label %ontwo ]
-- Regards, Peng
- Previous message: [llvm-dev] lld write wrong symbol value in .data section if enable -pie
- Next message: [llvm-dev] Must switch instruction be in multiple lines
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]