forked from OSchip/llvm-project
parent
a62a5237fc
commit
6b11b4e050
|
@ -2,6 +2,8 @@
|
|||
|
||||
// Test parameter 'a' is registered to LiveVariables analysis data although it
|
||||
// is not referenced in the function body.
|
||||
// Before processing 'return 1;', in RemoveDeadBindings(), we query the liveness
|
||||
// of 'a', because we have a binding for it due to parameter passing.
|
||||
int f1(int a) {
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue