Make unsupported actually be a bool...

[ROCm/hip commit: 2f376c9b25]
Cette révision appartient à :
Chris Kitching
2017-10-23 17:06:04 +01:00
Parent a9c3228cb1
révision 199d75adc0
+2 -2
Voir le fichier
@@ -11,10 +11,10 @@ struct hipCounter {
llvm::StringRef hipName;
ConvTypes countType;
ApiTypes countApiType;
int unsupported;
bool unsupported;
};
#define HIP_UNSUPPORTED -1
#define HIP_UNSUPPORTED true
/// Macros to ignore.
extern const std::set<llvm::StringRef> CUDA_EXCLUDES;