From eb16443fca9fb105017afaad12f9cc88b1d0a213 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 llvm-svn: 195922 --- llvm/lib/Target/Mips/Mips.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/Mips/Mips.h b/llvm/lib/Target/Mips/Mips.h index d512d6589c40..0b43fdd8101e 100644 --- a/llvm/lib/Target/Mips/Mips.h +++ b/llvm/lib/Target/Mips/Mips.h @@ -31,4 +31,5 @@ namespace llvm { FunctionPass *createMipsConstantIslandPass(MipsTargetMachine &tm); } // end namespace llvm; + #endif