diff options
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
-rw-r--r-- | llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp index d7e012f..eda4ac7 100644 --- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp @@ -1029,8 +1029,8 @@ void ModuleBitcodeWriter::writeTypeTable() { TypeVals.push_back(true); break; } - case Type::DXILPointerTyID: - llvm_unreachable("DXIL pointers cannot be added to IR modules"); + case Type::TypedPointerTyID: + llvm_unreachable("Typed pointers cannot be added to IR modules"); } // Emit the finished record. |