forked from OSchip/llvm-project
Remove the default else. This was ending in code that looked like this:
if (!strcmp(Target, "x86")) { // ... } else IntrinsicID = Intrinsic::not_intrinsic; llvm-svn: 45557
This commit is contained in:
parent
0a788433eb
commit
ddc77f8e4c
|
@ -381,7 +381,5 @@ EmitIntrinsicToGCCBuiltinMap(const std::vector<CodeGenIntrinsic> &Ints,
|
|||
}
|
||||
OS << " }\n";
|
||||
}
|
||||
OS << " else\n";
|
||||
OS << " IntrinsicID = Intrinsic::not_intrinsic;\n";
|
||||
OS << "#endif\n\n";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue