summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/TableGen/TableGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/TableGen.cpp b/utils/TableGen/TableGen.cpp
index 9485864a2e..7697f4fa99 100644
--- a/utils/TableGen/TableGen.cpp
+++ b/utils/TableGen/TableGen.cpp
@@ -285,7 +285,7 @@ int main(int argc, char **argv) {
EDEmitter(Records).run(Out);
break;
case GenNeonHeader:
- NeonEmitter(Records).run(*Out);
+ NeonEmitter(Records).run(Out);
break;
case PrintEnums:
{