mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 14:16:12 +00:00
Remove use of Type::TypeTy which is no longer defined. This change needed
for bug 122 since the "Type Type" concept is gone now. llvm-svn: 14620
This commit is contained in:
parent
bfacdee814
commit
172bb5ee88
@ -212,8 +212,8 @@ long { llvmAsmlval.PrimType = Type::LongTy ; return LONG; }
|
||||
ulong { llvmAsmlval.PrimType = Type::ULongTy ; return ULONG; }
|
||||
float { llvmAsmlval.PrimType = Type::FloatTy ; return FLOAT; }
|
||||
double { llvmAsmlval.PrimType = Type::DoubleTy; return DOUBLE; }
|
||||
type { llvmAsmlval.PrimType = Type::TypeTy ; return TYPE; }
|
||||
label { llvmAsmlval.PrimType = Type::LabelTy ; return LABEL; }
|
||||
type { return TYPE; }
|
||||
opaque { return OPAQUE; }
|
||||
|
||||
add { RET_TOK(BinaryOpVal, Add, ADD); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user