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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/iOperators.h b/include/llvm/iOperators.h
index 76e4e39..4b6109a 100644
--- a/include/llvm/iOperators.h
+++ b/include/llvm/iOperators.h
@@ -18,7 +18,7 @@
class GenericBinaryInst : public BinaryOperator {
public:
- GenericBinaryInst(unsigned Opcode, Value *S1, Value *S2,
+ GenericBinaryInst(BinaryOps Opcode, Value *S1, Value *S2,
const string &Name = "")
: BinaryOperator(Opcode, S1, S2, Name) {
}