mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-22 10:36:10 +00:00
assert is more effective reminder then FIXME tag for unimplemented features.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47388 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
85eab709ca
commit
c40a84a877
@ -609,7 +609,7 @@ public:
|
||||
void visitMemIntrinsic(CallInst &I, unsigned Op);
|
||||
|
||||
void visitGetResult(GetResultInst &I) {
|
||||
// FIXME
|
||||
assert (0 && "getresult unimplemented");
|
||||
}
|
||||
|
||||
void visitUserOp1(Instruction &I) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user