mirror of
https://github.com/opelly27/rusty_brot.git
synced 2026-05-20 15:47:38 +00:00
b2c9f4a78b
added
28 lines
835 B
LLVM
28 lines
835 B
LLVM
; ModuleID = 'probe2.f404e40a-cgu.0'
|
|
source_filename = "probe2.f404e40a-cgu.0"
|
|
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
|
target triple = "arm64-apple-macosx11.0.0"
|
|
|
|
; probe2::probe
|
|
; Function Attrs: uwtable
|
|
define void @_ZN6probe25probe17h2289e20f4a9211a8E() unnamed_addr #0 {
|
|
start:
|
|
%0 = alloca i32, align 4
|
|
store i32 -2147483648, i32* %0, align 4
|
|
%1 = load i32, i32* %0, align 4
|
|
br label %bb1
|
|
|
|
bb1: ; preds = %start
|
|
ret void
|
|
}
|
|
|
|
; Function Attrs: nofree nosync nounwind readnone speculatable willreturn
|
|
declare i32 @llvm.bitreverse.i32(i32) #1
|
|
|
|
attributes #0 = { uwtable "frame-pointer"="non-leaf" "target-cpu"="apple-a14" }
|
|
attributes #1 = { nofree nosync nounwind readnone speculatable willreturn }
|
|
|
|
!llvm.module.flags = !{!0}
|
|
|
|
!0 = !{i32 7, !"PIC Level", i32 2}
|