diff options
author | Dan Gohman <gohman@apple.com> | 2010-01-05 17:55:26 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-01-05 17:55:26 +0000 |
commit | 81bc62c9fc2eaf8d971cea17159e2ac5de86ac76 (patch) | |
tree | 14ccb6bb44f8ffb397c928e23771b50c43688ea4 /test/Analysis | |
parent | dce1bfceff9cd9b9567a214ba320c365a94870bd (diff) | |
download | external_llvm-81bc62c9fc2eaf8d971cea17159e2ac5de86ac76.zip external_llvm-81bc62c9fc2eaf8d971cea17159e2ac5de86ac76.tar.gz external_llvm-81bc62c9fc2eaf8d971cea17159e2ac5de86ac76.tar.bz2 |
Delete useless trailing semicolons.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r-- | test/Analysis/BasicAA/2007-11-05-SizeCrash.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/BasicAA/2007-11-05-SizeCrash.ll b/test/Analysis/BasicAA/2007-11-05-SizeCrash.ll index f0f1535..f699ba2 100644 --- a/test/Analysis/BasicAA/2007-11-05-SizeCrash.ll +++ b/test/Analysis/BasicAA/2007-11-05-SizeCrash.ll @@ -23,9 +23,9 @@ entry: cond_true34: ; preds = %entry %tmp631 = getelementptr %struct.usb_hcd* %hcd, i32 0, i32 2, i64 2305843009213693950 ; <i64*> [#uses=1] - %tmp70 = bitcast i64* %tmp631 to %struct.device** ; + %tmp70 = bitcast i64* %tmp631 to %struct.device** - %tmp71 = load %struct.device** %tmp70, align 8 ; + %tmp71 = load %struct.device** %tmp70, align 8 ret i32 undef |