diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/preemption.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/preemption.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/preemption.ll b/llvm/test/CodeGen/PowerPC/preemption.ll index 9a0d81fbbd7..5652f6d730a 100644 --- a/llvm/test/CodeGen/PowerPC/preemption.ll +++ b/llvm/test/CodeGen/PowerPC/preemption.ll @@ -1,5 +1,4 @@ -; RUN: llc -mtriple powerpc64le-unkown-gnu-linux -relocation-model=pic \ -; RUN: < %s | FileCheck %s +; RUN: llc -mtriple powerpc64le-unkown-gnu-linux < %s | FileCheck %s ; RUN: llc -mtriple powerpc64le-unkown-gnu-linux -relocation-model=static \ ; RUN: < %s | FileCheck --check-prefix=STATIC %s ; RUN: llc -mtriple powerpc64le-unkown-gnu-linux -relocation-model=pic \ |