summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ScalarEvolution/unreachable-code.ll
blob: 69a7e39839a7e11f804dc3798c3b1d6e851253ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: opt < %s -analyze -scalar-evolution | FileCheck %s

; CHECK: %t = add i64 %t, 1
; CHECK: -->  undef

define void @foo() {
entry:
  ret void

dead:
  %t = add i64 %t, 1
  ret void
}
OpenPOWER on IntegriCloud