diff options
| author | Chih-Hung Hsieh <chh@google.com> | 2015-07-28 20:38:29 +0000 |
|---|---|---|
| committer | Chih-Hung Hsieh <chh@google.com> | 2015-07-28 20:38:29 +0000 |
| commit | 41169c5487cff88d6a26fd3fe0c4de03c45f87ad (patch) | |
| tree | 44c76e36d9ae755b635301cd1cd911075716e2ee /llvm/test/CodeGen/PowerPC | |
| parent | c5e53ca1b7eed2f6e4870fa08228806bd1e0d4ee (diff) | |
| download | bcm5719-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.ll | 2 |
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. |

