Fix typo.
authorChih-Hung Hsieh <chh@google.com>
Tue, 28 Jul 2015 20:38:29 +0000 (20:38 +0000)
committerChih-Hung Hsieh <chh@google.com>
Tue, 28 Jul 2015 20:38:29 +0000 (20:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243475 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/emutls_generic.ll

index a548ac67e5440454a5f402b2c40c8c71c87251aa..a2e13a6723f808172d067ee83435c571b51b2313 100644 (file)
@@ -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=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.
 ; RUN:     | FileCheck %s
 
 ; Make sure that TLS symbols are emitted in expected order.