diff options
Diffstat (limited to 'lib/Target/TargetData.cpp')
-rw-r--r-- | lib/Target/TargetData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/TargetData.cpp b/lib/Target/TargetData.cpp index 5a189205ed..8c466543fa 100644 --- a/lib/Target/TargetData.cpp +++ b/lib/Target/TargetData.cpp @@ -211,7 +211,7 @@ void TargetData::init(const std::string &TargetDescription) { case 'f': case 'a': case 's': { - AlignTypeEnum align_type; + AlignTypeEnum align_type = STACK_ALIGN; // Dummy init, silence warning switch(*p) { case 'i': align_type = INTEGER_ALIGN; break; case 'v': align_type = VECTOR_ALIGN; break; |