aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Analysis/DXILResource.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Analysis/DXILResource.h')
-rw-r--r--llvm/include/llvm/Analysis/DXILResource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Analysis/DXILResource.h b/llvm/include/llvm/Analysis/DXILResource.h
index c7aff16..2b0dcb9 100644
--- a/llvm/include/llvm/Analysis/DXILResource.h
+++ b/llvm/include/llvm/Analysis/DXILResource.h
@@ -293,6 +293,7 @@ public:
struct TypedInfo {
dxil::ElementType ElementTy;
+ dxil::ElementType DXILStorageTy;
uint32_t ElementCount;
bool operator==(const TypedInfo &RHS) const {