summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-07-28 20:38:29 +0000
committerChih-Hung Hsieh <chh@google.com>2015-07-28 20:38:29 +0000
commit41169c5487cff88d6a26fd3fe0c4de03c45f87ad (patch)
tree44c76e36d9ae755b635301cd1cd911075716e2ee /llvm/test/CodeGen/PowerPC
parentc5e53ca1b7eed2f6e4870fa08228806bd1e0d4ee (diff)
downloadbcm5719-llvm-41169c5487cff88d6a26fd3fe0c4de03c45f87ad.tar.gz
bcm5719-llvm-41169c5487cff88d6a26fd3fe0c4de03c45f87ad.zip
Fix typo.
llvm-svn: 243475
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r--llvm/test/CodeGen/PowerPC/emutls_generic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/emutls_generic.ll b/llvm/test/CodeGen/PowerPC/emutls_generic.ll
index a548ac67e54..a2e13a6723f 100644
--- a/llvm/test/CodeGen/PowerPC/emutls_generic.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud