diff options
author | Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> | 2023-11-29 10:11:47 -0500 |
---|---|---|
committer | Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> | 2023-11-29 10:11:47 -0500 |
commit | 804e74f0f12da7a9a59bd7e53e1cff20deb0811d (patch) | |
tree | 1229f730079f7ecfa592feb6a9b660017c034ee7 | |
parent | 162abe9218db57df377c366221d76c03d8ca383a (diff) | |
download | compiler-explorer-gh-9769.tar.gz compiler-explorer-gh-9769.zip |
Slightly clean up the default gimple examplegh-9769
-rw-r--r-- | examples/gimple/default.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/gimple/default.c b/examples/gimple/default.c index a80e58521..6275be448 100644 --- a/examples/gimple/default.c +++ b/examples/gimple/default.c @@ -9,7 +9,5 @@ square (int num) goto __BB3; __BB(3): -L0: return _2; - } |