Skip to content

Commit

Permalink
Fix copy-paste typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
crayxt committed Jan 19, 2016
1 parent 249e958 commit e83b40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/APInt-C.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using namespace llvm;
inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align, uint64_t Skew = 0) {
return alignTo(Value, Align, Skew);
}
+#endif
#endif

/* create "APInt s" from "integerPart *ps" */
#define CREATE(s) \
Expand Down

0 comments on commit e83b40f

Please sign in to comment.