summaryrefslogtreecommitdiff
path: root/format-code.sh
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2020-07-13 20:57:59 -0700
committerGitHub <[email protected]>2020-07-13 20:57:59 -0700
commit707b2e1e86e71fa8b3eac18337f17062422bdd2b (patch)
tree6f2fcdc6f82f09b2469bd4e21a9c17504b5be01a /format-code.sh
parent78a52b027e7ca30860fdf8366c08c0590f857810 (diff)
parentce3f02dc00e13ccd0a3929282231c7e0116be4b5 (diff)
Merge pull request #190 from accel-sim/dev
Merging the final bits of the 4.0 release from the ISCA paper.
Diffstat (limited to 'format-code.sh')
-rwxr-xr-xformat-code.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/format-code.sh b/format-code.sh
index 39c24e4..fb1cc90 100755
--- a/format-code.sh
+++ b/format-code.sh
@@ -10,3 +10,6 @@ clang-format -i ${THIS_DIR}/src/cuda-sim/*.h
clang-format -i ${THIS_DIR}/src/cuda-sim/*.cc
clang-format -i ${THIS_DIR}/src/gpuwattch/*.h
clang-format -i ${THIS_DIR}/src/gpuwattch/*.cc
+clang-format -i ${THIS_DIR}/src/trace-driven/*.h
+clang-format -i ${THIS_DIR}/src/trace-driven/*.cc
+clang-format -i ${THIS_DIR}/src/trace-driven/ISA_Def/*.h