diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/f128-vecExtractNconv.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/f128-vecExtractNconv.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/f128-vecExtractNconv.ll b/llvm/test/CodeGen/PowerPC/f128-vecExtractNconv.ll index bae676cd09c..3ab5ee94142 100644 --- a/llvm/test/CodeGen/PowerPC/f128-vecExtractNconv.ll +++ b/llvm/test/CodeGen/PowerPC/f128-vecExtractNconv.ll @@ -1,6 +1,6 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-unknown-unknown -ppc-vsr-nums-as-vr \ -; RUN: -relocation-model=pic -ppc-asm-full-reg-names -verify-machineinstrs \ +; RUN: -ppc-asm-full-reg-names -verify-machineinstrs \ ; RUN: -enable-ppc-quad-precision < %s | FileCheck %s ; RUN: llc -mcpu=pwr9 -mtriple=powerpc64-unknown-unknown -ppc-vsr-nums-as-vr \ ; RUN: -ppc-asm-full-reg-names -verify-machineinstrs \ |