[llvm] r266539 - IR: Remove extra blank line, NFC

Duncan P. N. Exon Smith via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 16 15:26:04 PDT 2016


Author: dexonsmith
Date: Sat Apr 16 17:26:04 2016
New Revision: 266539

URL: http://llvm.org/viewvc/llvm-project?rev=266539&view=rev
Log:
IR: Remove extra blank line, NFC

Modified:
    llvm/trunk/include/llvm/IR/LLVMContext.h

Modified: llvm/trunk/include/llvm/IR/LLVMContext.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/LLVMContext.h?rev=266539&r1=266538&r2=266539&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/LLVMContext.h (original)
+++ llvm/trunk/include/llvm/IR/LLVMContext.h Sat Apr 16 17:26:04 2016
@@ -94,7 +94,6 @@ public:
   /// tag registered with an LLVMContext has an unique ID.
   uint32_t getOperandBundleTagID(StringRef Tag) const;
 
-
   /// Define the GC for a function
   void setGC(const Function &Fn, std::string GCName);
 




More information about the llvm-commits mailing list