Shut up warnings in Release build.

llvm-svn: 110032
This commit is contained in:
Argyrios Kyrtzidis 2010-08-02 07:24:29 +00:00
parent 2d68810caf
commit d46687f200
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ public:
/// Compute the offset within the top level memory object.
virtual RegionOffset getAsOffset() const {
assert(0 && "unimplemented");
return RegionOffset(NULL);
}
MemRegionManager* getMemRegionManager() const;