mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
remove some nonascii weird stuff
llvm-svn: 84410
This commit is contained in:
parent
e7c0e7f1a9
commit
0e1b04a0a7
@ -3316,7 +3316,7 @@ bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) {
|
||||
}
|
||||
|
||||
/// ParsePHI
|
||||
/// ::= 'phi' Type '[' Value ',' Value ']' (',' '[' Value ',' Valueß ']')*
|
||||
/// ::= 'phi' Type '[' Value ',' Value ']' (',' '[' Value ',' Value ']')*
|
||||
bool LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) {
|
||||
PATypeHolder Ty(Type::getVoidTy(Context));
|
||||
Value *Op0, *Op1;
|
||||
|
Loading…
Reference in New Issue
Block a user