Fix typo.
[oota-llvm.git] / test / CodeGen / PowerPC / emutls_generic.ll
index 9f6195f69662a238315c9ab3d712ee42bee53b01..a2e13a6723f808172d067ee83435c571b51b2313 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llc < %s -emulated-tls -march=ppc64 -relocation-model=pic \
+; RUN: llc < %s -emulated-tls -mtriple=powerpc64-unknown-linux-gnu -relocation-model=pic \
 ; RUN:     | FileCheck %s
 ; RUN:     | FileCheck %s
-; RUN: llc < %s -emulated-tls -march=ppc32 -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.