Skip to content

Commit

Permalink
LLVM::Attribute must be UInt32
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary Borenszweig committed Apr 23, 2016
1 parent c7b7a38 commit 95bb560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm/enums.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module LLVM
@[Flags]
enum Attribute
enum Attribute : UInt32
ZExt = 1 << 0
SExt = 1 << 1
NoReturn = 1 << 2
Expand Down

0 comments on commit 95bb560

Please sign in to comment.