зеркало из https://github.com/microsoft/clang-1.git
remove dead code
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41470 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
0e7d53c3fb
Коммит
d8d1936798
|
@ -174,10 +174,6 @@ RValue CodeGenFunction::EmitLoadOfOCUElementLValue(LValue LV,
|
|||
}
|
||||
|
||||
|
||||
RValue CodeGenFunction::EmitLoadOfLValue(const Expr *E) {
|
||||
return EmitLoadOfLValue(EmitLValue(E), E->getType());
|
||||
}
|
||||
|
||||
|
||||
/// EmitStoreThroughLValue - Store the specified rvalue into the specified
|
||||
/// lvalue, where both are guaranteed to the have the same type, and that type
|
||||
|
|
|
@ -301,7 +301,6 @@ public:
|
|||
/// EmitLoadOfLValue - Given an expression that represents a value lvalue,
|
||||
/// this method emits the address of the lvalue, then loads the result as an
|
||||
/// rvalue, returning the rvalue.
|
||||
RValue EmitLoadOfLValue(const Expr *E);
|
||||
RValue EmitLoadOfLValue(LValue V, QualType LVType);
|
||||
RValue EmitLoadOfOCUElementLValue(LValue V, QualType LVType);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче