Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 1e8077f

Browse files
committed
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243475 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 8da0a80 commit 1e8077f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CodeGen/PowerPC/emutls_generic.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: llc < %s -emulated-tls -mtriple=powerpc64-unknown-linux-gnu -relocation-model=pic \
22
; RUN: | FileCheck %s
3-
; RUN: llc < %s -emulated-tls -mtriple=powerpc-nnknown-linux-gnu -relocation-model=pic \
3+
; RUN: llc < %s -emulated-tls -mtriple=powerpc-unknown-linux-gnu -relocation-model=pic \
44
; RUN: | FileCheck %s
55

66
; Make sure that TLS symbols are emitted in expected order.

0 commit comments

Comments
 (0)