fix a build error on the clang-i686-linux tester.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-08-22 21:45:03 +00:00
parent 33adcfb4d2
commit 5ec2e6b586

View File

@ -156,7 +156,7 @@ namespace llvm {
/// data of the specified size to the specified numeric address space.
virtual const char *getDataASDirective(unsigned Size, unsigned AS) const {
assert(AS != 0 && "Don't know the directives for default addr space");
return NULL;
return 0;
}
/// SunStyleELFSectionSwitchSyntax - This is true if this target uses "Sun