1 ; RUN: llc -march=x86 -asm-verbose=false < %s | FileCheck %s
3 ; Check that merging switch cases that differ in one bit works.
7 define void @foo(i32 %variable) nounwind {
9 switch i32 %variable, label %if.end [
15 %call = tail call i32 (...)* @bar() nounwind
22 declare i32 @bar(...) nounwind