From cdcc5b61f413b9d4687b5b34b8e24f13bd9a8dfe Mon Sep 17 00:00:00 2001 From: Sterling Augustine Date: Mon, 1 May 2017 17:43:29 +0000 Subject: [PATCH] Add a blank line as a test-commit. Per http://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access llvm-svn: 301818 --- compiler-rt/lib/builtins/assembly.h | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/lib/builtins/assembly.h b/compiler-rt/lib/builtins/assembly.h index 29d9f8844a6a..ae2f49318354 100644 --- a/compiler-rt/lib/builtins/assembly.h +++ b/compiler-rt/lib/builtins/assembly.h @@ -166,4 +166,5 @@ #define END_COMPILERRT_FUNCTION(name) #endif + #endif /* COMPILERRT_ASSEMBLY_H */