[llvm] r192632 - Fix a typo, in a comment, in a test.

Eric Christopher echristo at gmail.com
Mon Oct 14 15:11:47 PDT 2013


Oops. Thanks!

-eric

On Mon, Oct 14, 2013 at 3:02 PM, Nick Lewycky <nicholas at mxc.ca> wrote:
> 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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list