diff options
| author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-10-24 03:01:32 +0000 |
|---|---|---|
| committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-10-24 03:01:32 +0000 |
| commit | ed962e31e2c080ce73015a71dbda596d2feef7b7 (patch) | |
| tree | c008e0155b8f51877fbe241c2c4fae9cf073359b /llvm | |
| parent | e0578114235f67ed0ff3fe635e402f8e945cfecc (diff) | |
| download | bcm5719-llvm-ed962e31e2c080ce73015a71dbda596d2feef7b7.tar.gz bcm5719-llvm-ed962e31e2c080ce73015a71dbda596d2feef7b7.zip | |
Improve comments and wrap to 80 columns.
llvm-svn: 17198
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Constants.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/include/llvm/Constants.h b/llvm/include/llvm/Constants.h index 502974dc779..63e35385e35 100644 --- a/llvm/include/llvm/Constants.h +++ b/llvm/include/llvm/Constants.h @@ -557,8 +557,9 @@ public: return getSelectTy(V1->getType(), C, V1, V2); } - /// getSizeOf constant expr - computes the size of a type in a - /// target independent way + /// getSizeOf constant expr - computes the size of a type in a target + /// independent way (Note: the return type UInt but the object is is not + /// necessarily a ConstantUInt). /// static Constant *getSizeOf(const Type *Ty); |

