diff --git a/cbackend.cpp b/cbackend.cpp index 0f9a0995..9c05824f 100644 --- a/cbackend.cpp +++ b/cbackend.cpp @@ -2337,7 +2337,7 @@ static SpecialGlobalClass getGlobalVariableClass(const llvm::GlobalVariable *GV) // Otherwise, if it is other metadata, don't print it. This catches things // like debug information. -#if ISPC_LLVM_VERSION >= ISPC_LLVM_3_5 && ISPC_LLVM_VERSION <= ISPC_LLVM_3_8 /* LLVM 3.5-3.8 */ +#if ISPC_LLVM_VERSION >= ISPC_LLVM_3_5 /* LLVM 3.5+ */ // Here we compare char * if (!strcmp(GV->getSection(), "llvm.metadata")) #else