Skip to content

Commit

Permalink
(llir/llvm#132) suggested change
Browse files Browse the repository at this point in the history
  • Loading branch information
dannypsnl committed Apr 7, 2020
1 parent 5eded49 commit d8eb94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ll.tm
Original file line number Diff line number Diff line change
Expand Up @@ -2642,7 +2642,7 @@ FCmpInst -> FCmpInst
# ::= 'phi' FastMathFlag* Type '[' Value ',' Value ']' (',' '[' Value ',' Value ']')*
PhiInst -> PhiInst
: 'phi' FastMathFlags=FastMathFlag+? Typ=Type Incs=(Inc separator ',')+ Metadata=(',' MetadataAttachment)+?
: 'phi' FastMathFlags=FastMathFlag* Typ=Type Incs=(Inc separator ',')+ Metadata=(',' MetadataAttachment)+?
;
Inc -> Inc
Expand Down

0 comments on commit d8eb94d

Please sign in to comment.