Fix a typo, in a comment, in a test.

llvm-svn: 192632
This commit is contained in:
Nick Lewycky 2013-10-14 22:02:53 +00:00
parent 740025745b
commit ce4ca41e47
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
@tm_nest_level = internal thread_local global i32 0
define i64 @z() nounwind {
; FIXME: The codegen here is primative at best and could be much better.
; FIXME: The codegen here is primitive at best and could be much better.
; The add and the moves can be folded together.
; CHECK: movq $tm_nest_level@TPOFF, %rcx
; CHECK: movq %fs:0, %rax