diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-04-16 22:26:04 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-04-16 22:26:04 +0000 |
commit | 24651b06496269f85909fc9f8d02a2368e70691b (patch) | |
tree | 2fce4614c696acf40fd2e9a73d787c05e2ac5fda /llvm/include | |
parent | 247e636dc77aa16fafaad0ddbeac2107a4e138d6 (diff) | |
download | bcm5719-llvm-24651b06496269f85909fc9f8d02a2368e70691b.tar.gz bcm5719-llvm-24651b06496269f85909fc9f8d02a2368e70691b.zip |
IR: Remove extra blank line, NFC
llvm-svn: 266539
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/IR/LLVMContext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/LLVMContext.h b/llvm/include/llvm/IR/LLVMContext.h index a4cc7806477..2a381b1724b 100644 --- a/llvm/include/llvm/IR/LLVMContext.h +++ b/llvm/include/llvm/IR/LLVMContext.h @@ -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); |