forked from OSchip/llvm-project
parent
6b77c3ed52
commit
16e2c5fec1
|
@ -8,9 +8,10 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file is a common base class of all globally definable objects. As such,
|
||||
// it is subclassed by GlobalVariable and by Function. This is used because you
|
||||
// can do certain things with these global objects that you can't do to anything
|
||||
// else. For example, use the address of one as a constant.
|
||||
// it is subclassed by GlobalVariable, GlobalAlias and by Function. This is
|
||||
// used because you can do certain things with these global objects that you
|
||||
// can't do to anything else. For example, use the address of one as a
|
||||
// constant.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue