mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Make GenericeValue into a struct with a union instead of just a union. This
allows an APInt value to be constructed. Remove all the native integer types from the union. These are replaced with the single IntVal of type APInt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34945 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
union GenericValue;
|
||||
struct GenericValue;
|
||||
class Constant;
|
||||
class Function;
|
||||
class GlobalVariable;
|
||||
|
Reference in New Issue
Block a user