8000 Fix typo: 'soruce' -> 'source' by ocochard · Pull Request #10 · llvm/llvm-project · GitHub
[go: up one dir, main page]

Skip to content

Fix typo: 'soruce' -> 'source' #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix typo soruce -> source in PseudoSourceValue.h
  • Loading branch information
ocochard authored Apr 19, 2019
commit ef08edcc9b52e5e9d6a0f588bd492b40a09d909b
2 changes: 1 addition & 1 deletion llvm/include/llvm/CodeGen/PseudoSourceValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class CallEntryPseudoSourceValue : public PseudoSourceValue {
bool mayAlias(const MachineFrameInfo *) const override;
};

/// A specialized pseudo soruce value for holding GlobalValue val 4A9F ues.
/// A specialized pseudo source value for holding GlobalValue values.
class GlobalValuePseudoSourceValue : public CallEntryPseudoSourceValue {
const GlobalValue *GV;

Expand Down
0