[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / Inline / 2007-12-19-InlineNoUnwind.ll
index 979157ebc8b4016a4306d3b22a5c57c7c499abab..a5cfc3b9264c4bee7a10e560f73013a0c8c5c14e 100644 (file)
@@ -10,7 +10,7 @@ entry:
 r:
        ret i32 0
 u:
-       unwind
+       unreachable
 }
 
 define i32 @caller() {