diff options
| author | Stefan Pintilie <stefanp@ca.ibm.com> | 2018-11-16 19:24:23 +0000 |
|---|---|---|
| committer | Stefan Pintilie <stefanp@ca.ibm.com> | 2018-11-16 19:24:23 +0000 |
| commit | 9004444d815579e01c393553f598ffbe9da4564b (patch) | |
| tree | f963857e760145859cf56c638ad821f95f3612eb /llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll | |
| parent | cf2360fa8630d8d2c67ea3d4de75a3ca2df0b8e4 (diff) | |
| download | bcm5719-llvm-9004444d815579e01c393553f598ffbe9da4564b.tar.gz bcm5719-llvm-9004444d815579e01c393553f598ffbe9da4564b.zip | |
Revert "[PowerPC] Make no-PIC default to match GCC - LLVM"
This reverts commit r347069
llvm-svn: 347076
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll b/llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll index d346683d502..d5ffea69fac 100644 --- a/llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll +++ b/llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll @@ -1,4 +1,4 @@ -; RUN: llc -relocation-model=pic -mcpu=pwr9 -mtriple=powerpc64le-unknown-unknown \ +; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-unknown-unknown \ ; RUN: -verify-machineinstrs -enable-ppc-quad-precision \ ; RUN: -ppc-vsr-nums-as-vr -ppc-asm-full-reg-names < %s | FileCheck %s |

