[Orc] Fix syntax error in LazyEmittingLayer::removeModuleSet.
authorLang Hames <lhames@gmail.com>
Fri, 6 Feb 2015 19:34:04 +0000 (19:34 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 6 Feb 2015 19:34:04 +0000 (19:34 +0000)
commitb20b9fb7f71f865fbce56e502a786646249919a7
tree170a6b9046ef36a046a7bdb373dea7d7c374608c
parent4c2a2ac1965714a3201c26868984c9364df9eb51
[Orc] Fix syntax error in LazyEmittingLayer::removeModuleSet.

This was a trivial think-o, but it's in a method of a templated class
and doesn't have any callers yet, so the compiler let it pass. I hope
to add a unit test to cover this soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228425 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h