Make unsupported actually be a bool...

Tento commit je obsažen v:
Chris Kitching
2017-10-23 17:06:04 +01:00
rodič ab6abe150d
revize 417fc92482
+2 -2
Zobrazit soubor
@@ -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;