diff options
Diffstat (limited to 'llvm/tools/bugpoint/ListReducer.h')
| -rw-r--r-- | llvm/tools/bugpoint/ListReducer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/ListReducer.h b/llvm/tools/bugpoint/ListReducer.h index 0ab2ef9927a..0ad24065cf3 100644 --- a/llvm/tools/bugpoint/ListReducer.h +++ b/llvm/tools/bugpoint/ListReducer.h @@ -17,6 +17,8 @@ #include <vector> +namespace llvm { + template<typename ElTy> struct ListReducer { enum TestResult { @@ -109,4 +111,6 @@ struct ListReducer { } }; +} // End llvm namespace + #endif |

