xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/x86-16.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s | FileCheck %s
2target datalayout = "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128"
3target triple = "i386-unknown-linux-code16"
4
5; Function Attrs: nounwind
6define i32 @main() #0 {
7  %retval = alloca i32, align 4
8  store i32 0, i32* %retval, align 4
9  ret i32 0
10}
11
12; CHECK: .code16
13; CHECK-LABEL: main
14
15
16attributes #0 = { nounwind }
17
18!llvm.ident = !{!0}
19
20!0 = !{!"clang version 3.9.0 (trunk 265439) (llvm/trunk 265567)"}