diff options
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler/StackerParser.y')
-rw-r--r-- | llvm/projects/Stacker/lib/compiler/StackerParser.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/Stacker/lib/compiler/StackerParser.y b/llvm/projects/Stacker/lib/compiler/StackerParser.y index e45cc1a4b38..96c724303e4 100644 --- a/llvm/projects/Stacker/lib/compiler/StackerParser.y +++ b/llvm/projects/Stacker/lib/compiler/StackerParser.y @@ -39,7 +39,7 @@ int yyparse(); llvm::Module* ModuleVal; llvm::Function* FunctionVal; llvm::BasicBlock* BasicBlockVal; - uint32_t IntegerVal; + int64_t IntegerVal; char* StringVal; } |