summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll b/llvm/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
index 5f4fa478dab..23b606779e6 100644
--- a/llvm/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
+++ b/llvm/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
@@ -5,7 +5,7 @@ define void @a() {
ret void
}
-define i32 @b(i32* inreg %x) signext {
+define signext i32 @b(i32* inreg %x) {
ret i32 0
}
OpenPOWER on IntegriCloud