From: Chih-Hung Hsieh <chh@google.com>
Date: Tue, 28 Jul 2015 20:38:29 +0000 (+0000)
Subject: Fix typo.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1e8077f10ca273511c55f7f13533ce35f8e4c3be;p=oota-llvm.git

Fix typo.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243475 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/test/CodeGen/PowerPC/emutls_generic.ll b/test/CodeGen/PowerPC/emutls_generic.ll
index a548ac67e54..a2e13a6723f 100644
--- a/test/CodeGen/PowerPC/emutls_generic.ll
+++ b/test/CodeGen/PowerPC/emutls_generic.ll
@@ -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.