diff options
author | Zack Rusin <[email protected]> | 2007-10-25 12:14:07 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-10-26 14:59:38 -0400 |
commit | 61d998c966d10e7a44b06d378c54b5f21ad69b53 (patch) | |
tree | 443b8b5b299fa567fb8dd42941b2ef4fc5a52c95 /src/mesa/pipe/llvm/instructions.h | |
parent | e4f6f0ec02133e9297c3f2db787dee14bf0ae6e1 (diff) |
Make ret part of the instruction block instead of implicitely
closing at the end of parsing.
Diffstat (limited to 'src/mesa/pipe/llvm/instructions.h')
-rw-r--r-- | src/mesa/pipe/llvm/instructions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/llvm/instructions.h b/src/mesa/pipe/llvm/instructions.h index 29ae168e760..82d871d4106 100644 --- a/src/mesa/pipe/llvm/instructions.h +++ b/src/mesa/pipe/llvm/instructions.h @@ -64,6 +64,7 @@ public: void elseop(); void endif(); void endLoop(); + void end(); llvm::Value *ex2(llvm::Value *in); llvm::Value *floor(llvm::Value *in); llvm::Value *frc(llvm::Value *in); |