forked from OSchip/llvm-project
parent
4b1c726fbb
commit
2f7650f9dc
|
@ -309,3 +309,7 @@ bool %X(int %X) {
|
|||
ret bool %Z
|
||||
}
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
We need to lower switch statements to tablejumps when appropriate instead of
|
||||
always into binary branch trees.
|
||||
|
|
Loading…
Reference in New Issue