diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll')
| -rw-r--r-- | llvm/test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll b/llvm/test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll index 3e5e89d16e4..e2a00d1e6e0 100644 --- a/llvm/test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll +++ b/llvm/test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=ppc32 +; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 void %main() { %tr1 = shr uint 1, ubyte 0 |

