aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-22 21:45:03 +0000
committerChris Lattner <sabre@nondot.org>2009-08-22 21:45:03 +0000
commit0d850b0ebc7fbcbfe4c7b004f03a7017d9028458 (patch)
tree80b9bd10fcb3f444cbdb92d4c2f7f1a58deb1ef6 /include/llvm
parenta5ef4d36198b2b591b592c595978ed7d3ac96a18 (diff)
downloadexternal_llvm-0d850b0ebc7fbcbfe4c7b004f03a7017d9028458.zip
external_llvm-0d850b0ebc7fbcbfe4c7b004f03a7017d9028458.tar.gz
external_llvm-0d850b0ebc7fbcbfe4c7b004f03a7017d9028458.tar.bz2
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
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/MC/MCAsmInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCAsmInfo.h b/include/llvm/MC/MCAsmInfo.h
index 8751cbc..f788c36 100644
--- a/include/llvm/MC/MCAsmInfo.h
+++ b/include/llvm/MC/MCAsmInfo.h
@@ -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