Skip to content
Commit 9b6fafa3 authored by Craig Topper's avatar Craig Topper
Browse files

[X86] Directly call EmitTest in two places instead of creating a null constant...

[X86] Directly call EmitTest in two places instead of creating a null constant and calling EmitCmp. NFCI

EmitCmp will just immediately call EmitTest and discard the null
constant only to have EmitTest create it again if it doesn't fold.

So just skip all that and go directly to EmitTest.
parent 07ac3145
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment