Use "isa" since the variable isn't used.
[llvm-complete.git] / test / Analysis / MemorySSA / pr41853.ll
blob6dbc9d7826214f43b8d5da35ce2dc85e427e58af
1 ; RUN: opt -S -memoryssa -loop-simplify -early-cse-memssa -verify-memoryssa %s | FileCheck %s
2 ; RUN: opt -S -memoryssa -loop-simplify -early-cse-memssa -enable-mssa-loop-dependency -verify-memoryssa %s | FileCheck %s
3 ; REQUIRES: asserts
4 target triple = "x86_64-unknown-linux-gnu"
6 ; CHECK-LABEL: @func()
7 define void @func() {
8   br i1 undef, label %bb5, label %bb3
10 bb5:                                              ; preds = %bb5, %0
11   store i16 undef, i16* undef
12   br i1 undef, label %bb5, label %bb3
14 bb3:                                              ; preds = %bb5, %0
15   ret void