[llvm-commits] [llvm] r81167 - /llvm/trunk/docs/LangRef.html
Mike Stump
mrs at apple.com
Tue Sep 8 11:22:25 PDT 2009
On Sep 7, 2009, at 3:52 PM, Chris Lattner wrote:
> +<p>Undefined values are useful, because it indicates to the
> compiler that the
> + program is well defined no matter what value is used.
Not a big issue, but it seems odd the term undefined is used to
describe something that is defined. unspecified would make more sense
to me (but I'm in the language lawyer class), to borrow a concept from
the C language standards.
More information about the llvm-commits
mailing list