diff options
Diffstat (limited to 'test/Transforms/GlobalOpt/2007-04-05-Crash.ll')
-rw-r--r-- | test/Transforms/GlobalOpt/2007-04-05-Crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/2007-04-05-Crash.ll b/test/Transforms/GlobalOpt/2007-04-05-Crash.ll index c7aca62..f312fbb 100644 --- a/test/Transforms/GlobalOpt/2007-04-05-Crash.ll +++ b/test/Transforms/GlobalOpt/2007-04-05-Crash.ll @@ -9,7 +9,7 @@ target triple = "thumb-apple-darwin8" define zeroext i16 @__NSCharToUnicharCFWrapper(i8 zeroext %ch) { entry: %iftmp.0.0.in.in = select i1 false, i16* @replacementUnichar, i16* null ; <i16*> [#uses=1] - %iftmp.0.0.in = load i16* %iftmp.0.0.in.in ; <i16> [#uses=1] + %iftmp.0.0.in = load i16, i16* %iftmp.0.0.in.in ; <i16> [#uses=1] ret i16 %iftmp.0.0.in } |