aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
diff options
context:
space:
mode:
authorKarl Schimpf <kschimpf@google.com>2013-05-01 11:10:05 -0700
committerKarl Schimpf <kschimpf@google.com>2013-05-01 11:10:05 -0700
commitb56422fc69d6837b9aa50b984c750e294740193d (patch)
tree70ebc0b41c0f10c7631c3940318c2a61499d6f5f /include/llvm/Bitcode
parentf42b26d0d46034cb2b91df810477fc0df2e67b27 (diff)
Fix ifdef for NaClLLVMBitCodes.h
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3405 R=jvoung@chromium.org Review URL: https://codereview.chromium.org/14569006
Diffstat (limited to 'include/llvm/Bitcode')
-rw-r--r--include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h b/include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h
index a211a61edc..a8ebe8b8f6 100644
--- a/include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h
+++ b/include/llvm/Bitcode/NaCl/NaClLLVMBitCodes.h
@@ -16,8 +16,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_BITCODE_NACL_NACLBITCODES_H
-#define LLVM_BITCODE_NACL_NACLBITCODES_H
+#ifndef LLVM_BITCODE_NACL_NACLLLVMBITCODES_H
+#define LLVM_BITCODE_NACL_NACLLLVMBITCODES_H
// TODO(kschimpf) Make a NaCl version of BitCodes.h, so that block id's
// and abbreviations can be modified.