commit | ff0f877ca40f539203b46386f30019a823b660bb | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sat Apr 14 16:48:55 2007 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sat Apr 14 16:48:55 2007 +0000 |
tree | b9c03ade68f101516aa42258ff66f7f8079128b3 | |
parent | 520b487984b5e0048b06dddaaf30439e3ba5b7ca [diff] [blame] |
For PR1319: Changes necessary to run this with the "llvm.exp" version of llvm_runtest. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35995 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Integer/2007-01-19-TruncSext.ll b/test/Integer/2007-01-19-TruncSext.ll index 3aa5f91..d1359c0 100644 --- a/test/Integer/2007-01-19-TruncSext.ll +++ b/test/Integer/2007-01-19-TruncSext.ll
@@ -24,6 +24,6 @@ %result = sext i17 %X to i32 %fmt = getelementptr [4 x i8]* @FORMAT, i32 0, i32 0 call i32 (i8*,...)* @printf(i8* %fmt, i32 %result) - ret i32 %result + ret i32 0 }