[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Analysis / MemorySSA / pr41853.ll
blobd28b2c155aad729ab99bccef77af659756891c0f
1 ; RUN: opt -S -memoryssa -loop-simplify -early-cse-memssa -earlycse-debug-hash -verify-memoryssa %s | FileCheck %s
2 ; REQUIRES: asserts
3 target triple = "x86_64-unknown-linux-gnu"
5 ; CHECK-LABEL: @func()
6 define void @func() {
7   br i1 undef, label %bb5, label %bb3
9 bb5:                                              ; preds = %bb5, %0
10   store i16 undef, i16* undef
11   br i1 undef, label %bb5, label %bb3
13 bb3:                                              ; preds = %bb5, %0
14   ret void