aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/iOperators.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/iOperators.h')
-rw-r--r--include/llvm/iOperators.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/iOperators.h b/include/llvm/iOperators.h
index 39bfe14..ecf9917 100644
--- a/include/llvm/iOperators.h
+++ b/include/llvm/iOperators.h
@@ -16,6 +16,8 @@
#include "llvm/InstrTypes.h"
+namespace llvm {
+
/// SetCondInst class - Represent a setCC operator, where CC is eq, ne, lt, gt,
/// le, or ge.
///
@@ -63,4 +65,6 @@ public:
}
};
+} // End llvm namespace
+
#endif