diff options
author | Tilman Sauerbeck <[email protected]> | 2010-09-21 21:57:35 +0200 |
---|---|---|
committer | Tilman Sauerbeck <[email protected]> | 2010-09-21 21:59:57 +0200 |
commit | 1bcdc504d10b7776cc96d63efd9e9432a66a2a90 (patch) | |
tree | a9959a0385a764623d2be45b2c0f6e45f5cf3af2 /src/gallium/docs | |
parent | dd9a88f4ddf4e5fa384792f891a1cc3d8ff73946 (diff) |
gallium/docs: The RET opcode may appear anywhere in a subroutine.
Signed-off-by: Tilman Sauerbeck <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/tgsi.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 4c1f47ac670..9e02d43ab74 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -678,8 +678,6 @@ This instruction replicates its result. pc = pop() - Potential restrictions: - * Only occurs at end of function. .. opcode:: SSG - Set Sign |