2009-03-11 22:40:04 +00:00
|
|
|
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-linux-gnu > %t
|
2009-03-17 23:43:59 +00:00
|
|
|
; RUN: grep {movb %gs:i@NTPOFF, %al} %t
|
2009-03-11 22:40:04 +00:00
|
|
|
|
|
|
|
@i = thread_local global i8 15
|
|
|
|
|
|
|
|
define i8 @f() {
|
|
|
|
entry:
|
|
|
|
%tmp1 = load i8* @i
|
|
|
|
ret i8 %tmp1
|
|
|
|
}
|