brintos

brintos / llvm-project-archived public Read only

0
0
Text · 180 B · 6ff9a6e Raw
7 lines · plain
1target datalayout = "e-m:x-p:32:32-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:32-n8:16:32-a:0:32-S32"2target triple = "i686-unknown-windows"3 4define void @memcpy() {5  ret void6}7