- Fix LLI so that it simulates the endianness of the target machine
correctly, despite the fact that the host machine might not be the same.
llvm-svn: 4180
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
index 3573d17..a02a0ab 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
+++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -37,6 +37,7 @@
double DoubleVal;
float FloatVal;
PointerTy PointerVal;
+ unsigned char Untyped[8];
};
// AllocaHolder - Object to track all of the blocks of memory allocated by