diff options
Diffstat (limited to 'llvm/test/Regression/CodeGen/X86/rotate.ll')
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/rotate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/rotate.ll b/llvm/test/Regression/CodeGen/X86/rotate.ll index 59d0291c3e1..acd22f5aef4 100644 --- a/llvm/test/Regression/CodeGen/X86/rotate.ll +++ b/llvm/test/Regression/CodeGen/X86/rotate.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep ro[rl] | wc -l | grep 12 +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | grep ro[rl] | wc -l | grep 12 uint %rotl32(uint %A, ubyte %Amt) { %B = shl uint %A, ubyte %Amt |

