[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Analysis / ScalarEvolution / unreachable-code.ll
blob1b856daa78a5292c14468a5dda7a7c2b3fef7c34
1 ; RUN: opt < %s -disable-output "-passes=print<scalar-evolution>" 2>&1 | FileCheck %s
3 ; CHECK: %t = add i64 %t, 1
4 ; CHECK: -->  undef
6 define void @foo() {
7 entry:
8   ret void
10 dead:
11   %t = add i64 %t, 1
12   ret void