mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix typo in comment; NFC
llvm-svn: 267653
This commit is contained in:
parent
991d42e979
commit
9c0d8f07ef
@ -337,7 +337,7 @@ private:
|
|||||||
// Contains all the needed information to create a stack for doing a depth
|
// Contains all the needed information to create a stack for doing a depth
|
||||||
// first tranversal of the tree. This includes scopes for values, loads, and
|
// first tranversal of the tree. This includes scopes for values, loads, and
|
||||||
// calls as well as the generation. There is a child iterator so that the
|
// calls as well as the generation. There is a child iterator so that the
|
||||||
// children do not need to be store spearately.
|
// children do not need to be store separately.
|
||||||
class StackNode {
|
class StackNode {
|
||||||
public:
|
public:
|
||||||
StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads,
|
StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user