summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll')
-rw-r--r--llvm/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll b/llvm/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll
index 7ee6654ea46..639457ac64a 100644
--- a/llvm/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll
+++ b/llvm/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll
@@ -1,12 +1,13 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes
; RUN: opt < %s -inline -argpromotion -disable-output
define internal fastcc i32 @hash(i32* %ts, i32 %mod) nounwind {
entry:
- unreachable
+ unreachable
}
define void @encode(i32* %m, i32* %ts, i32* %new) nounwind {
entry:
- %0 = call fastcc i32 @hash( i32* %ts, i32 0 ) nounwind ; <i32> [#uses=0]
- unreachable
+ %0 = call fastcc i32 @hash( i32* %ts, i32 0 ) nounwind ; <i32> [#uses=0]
+ unreachable
}
OpenPOWER on IntegriCloud