diff options
author | Scott Michel <scottm@aero.org> | 2008-12-30 23:52:05 +0000 |
---|---|---|
committer | Scott Michel <scottm@aero.org> | 2008-12-30 23:52:05 +0000 |
commit | 60021276fac997a0046fe0a1e029ad06a52ba183 (patch) | |
tree | e473a0e6f83093fe8f0c455f6e53d78b0c9452b8 /test/CodeGen/CellSPU | |
parent | 4d07fb761aeb75633cc3339dba056369a200615d (diff) | |
download | external_llvm-60021276fac997a0046fe0a1e029ad06a52ba183.zip external_llvm-60021276fac997a0046fe0a1e029ad06a52ba183.tar.gz external_llvm-60021276fac997a0046fe0a1e029ad06a52ba183.tar.bz2 |
Fix test erratum (which is wierd: works locally for me?)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CellSPU')
-rw-r--r-- | test/CodeGen/CellSPU/shift_ops.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CellSPU/shift_ops.ll b/test/CodeGen/CellSPU/shift_ops.ll index 5b60dc1..5518327 100644 --- a/test/CodeGen/CellSPU/shift_ops.ll +++ b/test/CodeGen/CellSPU/shift_ops.ll @@ -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 |