?? ssa-eustores.c
字號(hào):
/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-eustores-all" } */static int a;int foo(){ int alocal; int b; alocal = a; b = alocal; a = b;}/* We should eliminate the store back to a. *//* { dg-final { scan-tree-dump-times "Eliminating useless store" 1 "eustores"} } *//* { dg-final { cleanup-tree-dump "eustores" } } */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -