diff options
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.h')
| -rw-r--r-- | src/compiler_llvm/compiler_llvm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compiler_llvm/compiler_llvm.h b/src/compiler_llvm/compiler_llvm.h index 3c653a3669..07ffa61452 100644 --- a/src/compiler_llvm/compiler_llvm.h +++ b/src/compiler_llvm/compiler_llvm.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef ART_SRC_COMPILER_LLVM_LLVM_COMPILER_H_ -#define ART_SRC_COMPILER_LLVM_LLVM_COMPILER_H_ +#ifndef ART_SRC_COMPILER_LLVM_COMPILER_LLVM_H_ +#define ART_SRC_COMPILER_LLVM_COMPILER_LLVM_H_ #include "constants.h" #include "dex_file.h" @@ -114,4 +114,4 @@ class CompilerLLVM { } // namespace compiler_llvm } // namespace art -#endif // ART_SRC_COMPILER_LLVM_LLVM_COMPILER_H_ +#endif // ART_SRC_COMPILER_LLVM_COMPILER_LLVM_H_ |