llvm-6502/lib/Bytecode
Chris Lattner 8dc6ba9a12 Fix PR 110: the constant folding code assumes that if something is not a
constant expression, but is of (for example) ubyte type, then it is a
ConstantUInt.  This was not true for placeholders.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9994 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-14 06:38:46 +00:00
..
Archive Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Reader Fix PR 110: the constant folding code assumes that if something is not a 2003-11-14 06:38:46 +00:00
Writer Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00