mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix example code.
llvm-svn: 40493
This commit is contained in:
parent
6a1a8d05b8
commit
4305bae78d
@ -320,6 +320,7 @@ argument "<tt>hello</tt>", and a name "<tt>Hello World Pass</tt>".</p>
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
char Hello::ID = 0;
|
||||||
RegisterPass<Hello> X("<i>hello</i>", "<i>Hello World Pass</i>");
|
RegisterPass<Hello> X("<i>hello</i>", "<i>Hello World Pass</i>");
|
||||||
}
|
}
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user