fix for cpuFromIsa

This commit is contained in:
Evghenii
2014-07-08 13:10:16 +02:00
parent 182f2e83f4
commit 4a2fe338ef

View File

@@ -274,7 +274,7 @@ Target::Target(const char *arch, const char *cpu, const char *isa, bool pic) :
this->m_arch = arch;
}
const char * cpuFromIsa;
const char * cpuFromIsa = "";
// Check default LLVM generated targets
if (!strcasecmp(isa, "sse2") ||