Minor code cleanup. NFC.

llvm-svn: 264024
This commit is contained in:
Junmo Park 2016-03-22 04:37:32 +00:00
parent 3e4d732dd0
commit 5ac1a47cad
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace llvm {
ArrayRef<unsigned> Idxs);
Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
Constant *V2);
Constant *ConstantFoldCompareInstruction(unsigned short predicate,
Constant *ConstantFoldCompareInstruction(unsigned short predicate,
Constant *C1, Constant *C2);
Constant *ConstantFoldGetElementPtr(Type *Ty, Constant *C, bool inBounds,
ArrayRef<Constant *> Idxs);