7 lines
180 B
LLVM
7 lines
180 B
LLVM
|
target 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"
|
||
|
target triple = "i686-unknown-windows"
|
||
|
|
||
|
define void @memcpy() {
|
||
|
ret void
|
||
|
}
|