[llvm] r192632 - Fix a typo, in a comment, in a test.
Nick Lewycky
nicholas at mxc.ca
Mon Oct 14 15:02:53 PDT 2013
Author: nicholas
Date: Mon Oct 14 17:02:53 2013
New Revision: 192632
URL: http://llvm.org/viewvc/llvm-project?rev=192632&view=rev
Log:
Fix a typo, in a comment, in a test.
Modified:
llvm/trunk/test/CodeGen/X86/x86-64-tls-1.ll
Modified: llvm/trunk/test/CodeGen/X86/x86-64-tls-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-tls-1.ll?rev=192632&r1=192631&r2=192632&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-tls-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-tls-1.ll Mon Oct 14 17:02:53 2013
@@ -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 at TPOFF, %rcx
; CHECK: movq %fs:0, %rax
More information about the llvm-commits
mailing list