rt: Update comment for new location of unwind

This commit is contained in:
Richo Healey 2015-06-26 10:52:53 -07:00
parent ba7b47eb55
commit 9e58fb85ef

View file

@ -12,7 +12,7 @@
; When f(...) returns normally, the return value is null.
; When f(...) throws, the return value is a pointer to the caught exception object.
; See also: libstd/rt/unwind.rs
; See also: libstd/rt/unwind/mod.rs
define i8* @rust_try(void (i8*)* %f, i8* %env) {