aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/load.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-08-12 16:55:14 +0000
committerChris Lattner <sabre@nondot.org>2007-08-12 16:55:14 +0000
commitce7c40cf4bdf2b06a03cefdce67dfc51d262fe3e (patch)
treec4bc281e70999db2b4d49bb49281cb6c4e014336 /test/Transforms/InstCombine/load.ll
parent276222a5ae189ed5c6a2afb248d4c8f0335585b4 (diff)
oops, forgot to commit this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41034 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/load.ll')
-rw-r--r--test/Transforms/InstCombine/load.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/load.ll b/test/Transforms/InstCombine/load.ll
index d1b8eda2bf..1bb7a5f736 100644
--- a/test/Transforms/InstCombine/load.ll
+++ b/test/Transforms/InstCombine/load.ll
@@ -1,7 +1,6 @@
; This test makes sure that these instructions are properly eliminated.
;
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | not grep load
-; END.
%X = constant int 42
%X2 = constant int 47