diff options
Diffstat (limited to 'include/Support/SetOperations.h')
-rw-r--r-- | include/Support/SetOperations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Support/SetOperations.h b/include/Support/SetOperations.h index d79d386..3a5e6f2 100644 --- a/include/Support/SetOperations.h +++ b/include/Support/SetOperations.h @@ -5,8 +5,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_SUPPORT_SET_OPERATIONS_H -#define LLVM_SUPPORT_SET_OPERATIONS_H +#ifndef SUPPORT_SETOPERATIONS_H +#define SUPPORT_SETOPERATIONS_H // set_union(A, B) - Compute A := A u B, return whether A changed. // |