mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
80 col violation.
llvm-svn: 58684
This commit is contained in:
parent
f15a9cfb31
commit
7847f4f030
@ -715,8 +715,8 @@ static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst,
|
||||
/// is the address of the memory at which to store Val, cast to GenericValue *.
|
||||
/// It is not a pointer to a GenericValue containing the address at which to
|
||||
/// store Val.
|
||||
void ExecutionEngine::StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr,
|
||||
const Type *Ty) {
|
||||
void ExecutionEngine::StoreValueToMemory(const GenericValue &Val,
|
||||
GenericValue *Ptr, const Type *Ty) {
|
||||
const unsigned StoreBytes = getTargetData()->getTypeStoreSize(Ty);
|
||||
|
||||
switch (Ty->getTypeID()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user