llvm-svn: 156955
This commit is contained in:
Eric Christopher 2012-05-16 22:08:58 +00:00
parent b08cb81f37
commit 7be1ac7e1d
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
//
//===----------------------------------------------------------------------===//
//
// This class defines the interface that one who 'use's a Value must implement.
// This class defines the interface that one who uses a Value must implement.
// Each instance of the Value class keeps track of what User's have handles
// to it.
//
// * Instructions are the largest class of User's.
// * Instructions are the largest class of Users.
// * Constants may be users of other constants (think arrays and stuff)
//
//===----------------------------------------------------------------------===//