mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-01 08:12:12 +00:00
Minor code cleanup. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264124 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11e71d65b2
commit
1da710de1f
@ -353,7 +353,7 @@ static Value *foldSelectICmpAndOr(const SelectInst &SI, Value *TrueVal,
|
||||
/// %1 = icmp ne i32 %x, 0
|
||||
/// %2 = select i1 %1, i32 %0, i32 32
|
||||
/// \code
|
||||
///
|
||||
///
|
||||
/// into:
|
||||
/// %0 = tail call i32 @llvm.cttz.i32(i32 %x, i1 false)
|
||||
static Value *foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal,
|
||||
|
Loading…
x
Reference in New Issue
Block a user