[backend-O1]修复后端在-O1情况下存在的大量bug
This commit is contained in:
@@ -28,7 +28,7 @@ static string argStopAfter;
|
||||
static string argInputFile;
|
||||
static bool argFormat = false; // 目前未使用,但保留
|
||||
static string argOutputFilename;
|
||||
static int optLevel = 0; // 优化级别,默认为0 (不加-O参数时)
|
||||
int optLevel = 0; // 优化级别,默认为0 (不加-O参数时)
|
||||
|
||||
void usage(int code) {
|
||||
const char *msg = "Usage: sysyc [options] inputfile\n\n"
|
||||
|
||||
Reference in New Issue
Block a user