New test.
[oota-llvm.git] / test / CodeGen / X86 / rotate.ll
index acd22f5aef496a296e9e797b259aeded4e5bfaf5..fb04be96d6ff563b5dd87d5ceaa589b152e8f27d 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | 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 | \
+; RUN:   grep {ro\[rl\]} | wc -l | grep 12
 
 uint %rotl32(uint %A, ubyte %Amt) {
        %B = shl uint %A, ubyte %Amt