Roll third_party/tint/ 3b7cd412c..9ef07b236 (1 commit)

https://dawn.googlesource.com/tint/+log/3b7cd412caee..9ef07b236002

$ git log 3b7cd412c..9ef07b236 --date=short --no-merges --format='%ad %ae %s'
2021-08-27 bclayton writer/spirv: Fix stack-use-after-return

Created with:
  roll-dep third_party/tint

Change-Id: Ie891ef097a8eba41e86b6cc35cd05bf825a757ba
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/63004
Auto-Submit: Ben Clayton <bclayton@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
diff --git a/DEPS b/DEPS
index b19d8ec..b19f8d2 100644
--- a/DEPS
+++ b/DEPS
@@ -96,7 +96,7 @@
 
   # WGSL support
   'third_party/tint': {
-    'url': '{dawn_git}/tint@3b7cd412caee76fd65fd31f3244729c6aacad7da',
+    'url': '{dawn_git}/tint@9ef07b236002821c0074517a55554d5ea25ed097',
   },
 
   # GLFW for tests and samples