[llvm-commits] [llvm] r61511 - /llvm/trunk/test/CodeGen/CellSPU/shift_ops.ll

Scott Michel scottm at aero.org
Tue Dec 30 15:52:19 PST 2008


Author: pingbak
Date: Tue Dec 30 17:52:05 2008
New Revision: 61511

URL: http://llvm.org/viewvc/llvm-project?rev=61511&view=rev
Log:
Fix test erratum (which is wierd: works locally for me?)

Modified:
    llvm/trunk/test/CodeGen/CellSPU/shift_ops.ll

Modified: llvm/trunk/test/CodeGen/CellSPU/shift_ops.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CellSPU/shift_ops.ll?rev=61511&r1=61510&r2=61511&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/CellSPU/shift_ops.ll (original)
+++ llvm/trunk/test/CodeGen/CellSPU/shift_ops.ll Tue Dec 30 17:52:05 2008
@@ -1,5 +1,5 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep -w shlh      %t1.s | count 9
+; RUN: grep -w shlh      %t1.s | count 10
 ; RUN: grep -w shlhi     %t1.s | count 3
 ; RUN: grep -w shl       %t1.s | count 9
 ; RUN: grep -w shli      %t1.s | count 3





More information about the llvm-commits mailing list