File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ using namespace llvm;
59
59
60
60
namespace {
61
61
62
- #define DEBUG_TYPE " bool-ret-to-int"
62
+ #define DEBUG_TYPE " ppc- bool-ret-to-int"
63
63
64
64
STATISTIC (NumBoolRetPromotion,
65
65
" Number of times a bool feeding a RetInst was promoted to an int" );
@@ -280,8 +280,8 @@ class PPCBoolRetToInt : public FunctionPass {
280
280
} // end anonymous namespace
281
281
282
282
char PPCBoolRetToInt::ID = 0 ;
283
- INITIALIZE_PASS (PPCBoolRetToInt, " bool-ret-to-int" ,
284
- " Convert i1 constants to i32/i64 if they are returned" ,
285
- false , false )
283
+ INITIALIZE_PASS (PPCBoolRetToInt, " ppc- bool-ret-to-int" ,
284
+ " Convert i1 constants to i32/i64 if they are returned" , false ,
285
+ false )
286
286
287
287
FunctionPass *llvm::createPPCBoolRetToIntPass() { return new PPCBoolRetToInt (); }
Original file line number Diff line number Diff line change 1
- ; RUN: opt -bool-ret-to-int -S -o - < %s | FileCheck %s
1
+ ; RUN: opt -ppc- bool-ret-to-int -S -o - < %s | FileCheck %s
2
2
3
3
target datalayout = "e-m:e-i64:64-n32:64"
4
4
target triple = "powerpc64le-unknown-linux-gnu"
You can’t perform that action at this time.
0 commit comments