From dd5920c8a41fb399048dff1e57f4784a3b9f64e4 Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Thu, 28 Nov 2013 15:25:43 +0000 Subject: [PATCH] [mips] A test commit to test my Herald and Audit workflow Will be reverted in the next commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195922 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/Mips.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Target/Mips/Mips.h b/lib/Target/Mips/Mips.h index d512d6589c4..0b43fdd8101 100644 --- a/lib/Target/Mips/Mips.h +++ b/lib/Target/Mips/Mips.h @@ -31,4 +31,5 @@ namespace llvm { FunctionPass *createMipsConstantIslandPass(MipsTargetMachine &tm); } // end namespace llvm; + #endif -- 2.34.1