blob: 78678c0c5add2a08eed3604a5ccd21f82ce20ee4 [file] [log] [blame]
Peter Collingbourne91227f22016-06-22 00:57:26 +00001target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
2target triple = "x86_64-unknown-linux-gnu"
3
4define void @f2() {
5 ret void
6}