1 ; RUN: opt -passes=gvn-hoist -S < %s | FileCheck %s
6 ; Check that an instruction can be hoisted to a basic block
7 ; with more than two successors.
9 @G = external global i32, align 4
11 define void @foo(i32 %c1) {
13 switch i32 %c1, label %exit1 [