diff options
Diffstat (limited to 'test/Assembler')
-rw-r--r-- | test/Assembler/2007-02-07-UpgradeCSRETCC.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Assembler/2007-02-07-UpgradeCSRETCC.ll b/test/Assembler/2007-02-07-UpgradeCSRETCC.ll index 85ad246..062ee58 100644 --- a/test/Assembler/2007-02-07-UpgradeCSRETCC.ll +++ b/test/Assembler/2007-02-07-UpgradeCSRETCC.ll @@ -17,5 +17,7 @@ int %main(int %argc, ubyte** %argv) { %fptr = alloca void (%mystruct*, i32)* %f = load void (%mystruct*, i32)**%fptr call csretcc void %f(%mystruct* %astr, i32 7) + store void (%mystruct* , i32)* %nada, void (%mystruct*, i32)** %fptr + ret int 0 } |