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. llvm-svn: 34945
Loading
Please register or sign in to comment