diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/load-constant-addr.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/load-constant-addr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/load-constant-addr.ll b/llvm/test/CodeGen/PowerPC/load-constant-addr.ll index d7e3d454e4e..65ec78279eb 100644 --- a/llvm/test/CodeGen/PowerPC/load-constant-addr.ll +++ b/llvm/test/CodeGen/PowerPC/load-constant-addr.ll @@ -1,5 +1,5 @@ ; Should fold the ori into the lfs. -; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep lfs && +; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep lfs ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep ori float %test() { |