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/testComparesllltui.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/testComparesllltui.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/testComparesllltui.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/testComparesllltui.ll b/llvm/test/CodeGen/PowerPC/testComparesllltui.ll index 126d110d04c..e785942b3c9 100644 --- a/llvm/test/CodeGen/PowerPC/testComparesllltui.ll +++ b/llvm/test/CodeGen/PowerPC/testComparesllltui.ll @@ -1,7 +1,7 @@ -; RUN: llc -relocation-model=pic -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -O2 \ +; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -O2 \ ; RUN: -ppc-gpr-icmps=all -ppc-asm-full-reg-names -mcpu=pwr8 < %s | FileCheck %s \ ; RUN: --implicit-check-not cmpw --implicit-check-not cmpd --implicit-check-not cmpl -; RUN: llc --relocation-model=pic -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu -O2 \ +; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu -O2 \ ; RUN: -ppc-gpr-icmps=all -ppc-asm-full-reg-names -mcpu=pwr8 < %s | FileCheck %s \ ; RUN: --implicit-check-not cmpw --implicit-check-not cmpd --implicit-check-not cmpl |

