[llvm] r243475 - Fix typo.

Chih-Hung Hsieh chh at google.com
Tue Jul 28 13:38:29 PDT 2015


Author: chh
Date: Tue Jul 28 15:38:29 2015
New Revision: 243475

URL: http://llvm.org/viewvc/llvm-project?rev=243475&view=rev
Log:
Fix typo.


Modified:
    llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll?rev=243475&r1=243474&r2=243475&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll Tue Jul 28 15:38:29 2015
@@ -1,6 +1,6 @@
 ; RUN: llc < %s -emulated-tls -mtriple=powerpc64-unknown-linux-gnu -relocation-model=pic \
 ; RUN:     | FileCheck %s
-; RUN: llc < %s -emulated-tls -mtriple=powerpc-nnknown-linux-gnu -relocation-model=pic \
+; RUN: llc < %s -emulated-tls -mtriple=powerpc-unknown-linux-gnu -relocation-model=pic \
 ; RUN:     | FileCheck %s
 
 ; Make sure that TLS symbols are emitted in expected order.





More information about the llvm-commits mailing list