diff --git a/llvm/test/CodeGen/PowerPC/ppc-32bit-shift.ll b/llvm/test/CodeGen/PowerPC/ppc-32bit-shift.ll --- a/llvm/test/CodeGen/PowerPC/ppc-32bit-shift.ll +++ b/llvm/test/CodeGen/PowerPC/ppc-32bit-shift.ll @@ -23,8 +23,6 @@ ; 32BIT-DAG: stw [[REG5]], 0([[REG6]]) ; 32BIT: blr -; 64BIT: extswsli [[REG1:[0-9]+]], {{[0-9]+}}, 8 -; 64BIT-NEXT: std [[REG1]], 0({{[0-9]+}}) +; 64BIT: extswsli [[REG1:[0-9]+]], [[REG2:[0-9]+]], 8 +; 64BIT-NEXT: std [[REG1]], 0([[REG3:[0-9]+]]) ; 64BIT-NEXT: blr - -