LLVM instruction syntax doesn't have trailing semicolons.
authorDan Gohman <gohman@apple.com>
Mon, 1 Mar 2010 17:53:15 +0000 (17:53 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 1 Mar 2010 17:53:15 +0000 (17:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97456 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/objsize.ll

index 43406621b81da8c3ee808cacaa81482f1a462853..9df122499e62b871cc9f2ae00f5e969f420406ea 100644 (file)
@@ -23,12 +23,12 @@ entry:
   br i1 %cmp, label %cond.true, label %cond.false
 
 cond.true:
-  %1 = load i8** %retval;
-  ret i8* %1;
+  %1 = load i8** %retval
+  ret i8* %1
 
 cond.false:
-  %2 = load i8** %retval;
-  ret i8* %2;
+  %2 = load i8** %retval
+  ret i8* %2
 }
 
 define i32 @f() nounwind {
@@ -64,7 +64,7 @@ entry:
 }
 
 @.str5 = private constant [9 x i32] [i32 97, i32 98, i32 99, i32 100, i32 0, i32
- 101, i32 102, i32 103, i32 0], align 4 ;
+ 101, i32 102, i32 103, i32 0], align 4
 define i32 @test2() nounwind {
 ; CHECK: @test2
 ; CHECK-NEXT: ret i32 34