Skip to content

Commit d0620ca

Browse files
committed
--Updated SPIRVInstrInfo.td file
1 parent 67b822c commit d0620ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVInstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,4 +1010,4 @@ def OpFixedSinCosPiINTEL: Op<5931, (outs ID:$res), (ins TYPE:$result_type, ID:$i
10101010
def OpFixedLogINTEL: Op<5932, (outs ID:$res), (ins TYPE:$result_type, ID:$input, i32imm:$sign, i32imm:$l, i32imm:$rl, i32imm:$q, i32imm:$o),
10111011
"$res = OpFixedLogINTEL $result_type $input $sign $l $rl $q $o">;
10121012
def OpFixedExpINTEL: Op<5933, (outs ID:$res), (ins TYPE:$result_type, ID:$input, i32imm:$sign, i32imm:$l, i32imm:$rl, i32imm:$q, i32imm:$o),
1013-
"$res = OpFixedExpINTEL $result_type $input $sign $l $rl $q $o">;
1013+
"$res = OpFixedExpINTEL $result_type $input $sign $l $rl $q $o">;

0 commit comments

Comments
 (0)